|
Unravel Engine C++ Reference
|
#include <animation_pose.h>
Public Attributes | |
| int | root_position_node_index {-1} |
| math::vec3 | root_position_weights {1.0f, 1.0f, 1.0f} |
| math::vec3 | bone_position_weights {0.0f, 0.0f, 0.0f} |
| int | root_rotation_node_index {-1} |
| float | root_rotation_weight {1.0f} |
| float | bone_rotation_weight {0.0f} |
| math::transform | root_transform_delta |
Definition at line 23 of file animation_pose.h.
| math::vec3 unravel::animation_pose::root_motion_result::bone_position_weights {0.0f, 0.0f, 0.0f} |
Definition at line 27 of file animation_pose.h.
| float unravel::animation_pose::root_motion_result::bone_rotation_weight {0.0f} |
Definition at line 31 of file animation_pose.h.
| int unravel::animation_pose::root_motion_result::root_position_node_index {-1} |
Definition at line 25 of file animation_pose.h.
| math::vec3 unravel::animation_pose::root_motion_result::root_position_weights {1.0f, 1.0f, 1.0f} |
Definition at line 26 of file animation_pose.h.
| int unravel::animation_pose::root_motion_result::root_rotation_node_index {-1} |
Definition at line 29 of file animation_pose.h.
| float unravel::animation_pose::root_motion_result::root_rotation_weight {1.0f} |
Definition at line 30 of file animation_pose.h.
| math::transform unravel::animation_pose::root_motion_result::root_transform_delta |
Definition at line 33 of file animation_pose.h.