#include <activeobject.h>
Classes | |
| struct | PositionProperty |
| struct | RotationProperty |
| struct | ScaleProperty |
Public Member Functions | |
| v3f | getPosition (v3f anim_pos) const |
| v3f | getRotationEulerDeg (v3f anim_rot_euler) const |
| v3f | getScale (v3f anim_scale) const |
| bool | finishedInterpolation () const |
| bool | isIdentity () const |
Public Attributes | |
| struct BoneOverride::PositionProperty | position |
| struct BoneOverride::RotationProperty | rotation |
| struct BoneOverride::ScaleProperty | scale |
| f32 | dtime_passed = 0.0f |
|
inline |
References dtime_passed, position, rotation, and scale.
Referenced by isIdentity().
References dtime_passed, and position.
Referenced by GenericCAO::addToScene().
References dtime_passed, and rotation.
Referenced by GenericCAO::addToScene().
References dtime_passed, and scale.
Referenced by GenericCAO::addToScene().
|
inline |
References finishedInterpolation(), position, rotation, and scale.
Referenced by GenericCAO::addToScene().
| f32 BoneOverride::dtime_passed = 0.0f |
| struct BoneOverride::PositionProperty BoneOverride::position |
| struct BoneOverride::RotationProperty BoneOverride::rotation |
| struct BoneOverride::ScaleProperty BoneOverride::scale |