Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::animation_pose::root_motion_result Struct 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
 

Detailed Description

Definition at line 23 of file animation_pose.h.

Member Data Documentation

◆ bone_position_weights

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.

◆ bone_rotation_weight

float unravel::animation_pose::root_motion_result::bone_rotation_weight {0.0f}

Definition at line 31 of file animation_pose.h.

◆ root_position_node_index

int unravel::animation_pose::root_motion_result::root_position_node_index {-1}

Definition at line 25 of file animation_pose.h.

◆ root_position_weights

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.

◆ root_rotation_node_index

int unravel::animation_pose::root_motion_result::root_rotation_node_index {-1}

Definition at line 29 of file animation_pose.h.

◆ root_rotation_weight

float unravel::animation_pose::root_motion_result::root_rotation_weight {1.0f}

Definition at line 30 of file animation_pose.h.

◆ root_transform_delta

math::transform unravel::animation_pose::root_motion_result::root_transform_delta

Definition at line 33 of file animation_pose.h.


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