group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
anim_utils::JointRestPose Struct Reference

Rest-pose local transform cached during skeleton building, reused as a fallback keyframe for joints without animation channels. More...

#include <FbxImportUtils.hpp>

Public Attributes

ozz::math::Float3 translation {0, 0, 0}
 
ozz::math::Quaternion rotation {0, 0, 0, 1}
 
ozz::math::Float3 scale {1, 1, 1}
 

Detailed Description

Rest-pose local transform cached during skeleton building, reused as a fallback keyframe for joints without animation channels.

Member Data Documentation

◆ rotation

ozz::math::Quaternion anim_utils::JointRestPose::rotation {0, 0, 0, 1}

◆ scale

ozz::math::Float3 anim_utils::JointRestPose::scale {1, 1, 1}

◆ translation

ozz::math::Float3 anim_utils::JointRestPose::translation {0, 0, 0}

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