#include <ModelAnimator.h>
Inheritance diagram for Teddy::Behaviour::ModelAnimator:
Definition at line 42 of file ModelAnimator.h.
|
|
|
Definition at line 54 of file ModelAnimator.cpp. References controller. |
|
Definition at line 66 of file ModelAnimator.cpp. References controller. |
|
Definition at line 63 of file ModelAnimator.h. References tick_rotation_up. |
|
Definition at line 101 of file ModelAnimator.cpp. References model. |
|
Definition at line 64 of file ModelAnimator.h. References tick_rotation_right. |
|
Definition at line 65 of file ModelAnimator.h. References tick_rotation_view. |
|
Definition at line 76 of file ModelAnimator.cpp. References Teddy::Maths::TVector< double >::magnitude, and tick_translation. |
|
Definition at line 61 of file ModelAnimator.h. References tick_translation. |
|
Definition at line 61 of file ModelAnimator.cpp. References controller. |
|
Definition at line 106 of file ModelAnimator.cpp. References model. |
|
Definition at line 81 of file ModelAnimator.cpp. References tick_rotation_right, tick_rotation_up, and tick_rotation_view. |
|
|
|
Tick.
Reimplemented from Teddy::MixIn::Tick. Definition at line 88 of file ModelAnimator.cpp. References controller, Teddy::Models::Model::heading, model, Teddy::Models::Model::pitch, Teddy::Models::Model::roll, tick_rotation_right, tick_rotation_up, tick_rotation_view, tick_translation, and Teddy::Models::Model::translate. |
|
Model controller if any.
Definition at line 69 of file ModelAnimator.h. Referenced by getController, setController, tick, and ~ModelAnimator. |
|
Model being animated.
Definition at line 68 of file ModelAnimator.h. |
|
Rotation around right axis per tick.
Definition at line 72 of file ModelAnimator.h. Referenced by getPitch, setTickRotation, and tick. |
|
Rotation around up axis per tick.
Definition at line 71 of file ModelAnimator.h. Referenced by getHeading, setTickRotation, and tick. |
|
Rotation around view axis per tick.
Definition at line 73 of file ModelAnimator.h. Referenced by getRoll, setTickRotation, and tick. |
|
Translation per tick.
Definition at line 70 of file ModelAnimator.h. Referenced by getSpeed, getTickTranslation, and tick. |