#include <SceneNodeAnimationData.h>
Public Member Functions | |
| SceneNodeSequence () | |
| コンストラクタ | |
| virtual | ~SceneNodeSequence () |
| デストラクタ | |
| virtual void | operator= (const SceneNodeSequence ©) |
| 代入コピー | |
| virtual void | calcLength () |
| 長さの計算 | |
Public Attributes | |
| VectorInterpolator * | scale_ |
| スケール | |
| RotationInterpolator * | rotation_ |
| 回転 | |
| VectorInterpolator * | translation_ |
| 移動 | |
Definition at line 45 of file SceneNodeAnimationData.h.
|
|
代入コピー
Definition at line 66 of file SceneNodeAnimationData.h. References Lamp::RotationInterpolator::duplicate(), Lamp::VectorInterpolator::duplicate(), NULL, rotation_, SafeDelete, scale_, and translation_. |
1.3.2