Murl::Resource::IAnimation::Raw::AxisAngleKey Struct Reference
An animation key holding an axis/angle rotation vector. More...
#include "murl_resource_i_animation.h"
Inheritance diagram for Murl::Resource::IAnimation::Raw::AxisAngleKey:
Public Attributes | |
| Float | mAxisX |
| The floating point value for the rotation axis' X component. | |
| Float | mAxisY |
| The floating point value for the rotation axis' Y component. | |
| Float | mAxisZ |
| The floating point value for the rotation axis' Z component. | |
| Float | mAngle |
| The floating point value for the rotation angle. | |
Public Attributes inherited from Murl::Resource::IAnimation::Raw::Key | |
| Float | mTime |
| The key's time code. | |
| UInt32 | mInterpolation |
| The interpolation mode. See IEnums::Interpolation. | |
Detailed Description
An animation key holding an axis/angle rotation vector.
The documentation for this struct was generated from the following file:
- murl_resource_i_animation.h
Public Attributes inherited from