Vulkan Schnee 0.0.1
High-performance rendering engine
Loading...
Searching...
No Matches
Engine::Animation::AnimationEvaluator::JointPose Struct Reference

Local-space transform sampled for one joint. More...

#include <AnimationEvaluator.h>

Public Attributes

glm::vec3 translation = glm::vec3( 0.0f )
 Local translation.
glm::quat rotation = glm::quat( 1.0f, 0.0f, 0.0f, 0.0f )
 Local rotation.
glm::vec3 scale = glm::vec3( 1.0f )
 Local scale.

Detailed Description

Local-space transform sampled for one joint.

Definition at line 23 of file AnimationEvaluator.h.

Member Data Documentation

◆ rotation

glm::quat Engine::Animation::AnimationEvaluator::JointPose::rotation = glm::quat( 1.0f, 0.0f, 0.0f, 0.0f )

Local rotation.

Definition at line 33 of file AnimationEvaluator.h.

◆ scale

glm::vec3 Engine::Animation::AnimationEvaluator::JointPose::scale = glm::vec3( 1.0f )

Local scale.

Definition at line 38 of file AnimationEvaluator.h.

◆ translation

glm::vec3 Engine::Animation::AnimationEvaluator::JointPose::translation = glm::vec3( 0.0f )

Local translation.

Definition at line 28 of file AnimationEvaluator.h.


The documentation for this struct was generated from the following file: