cAnimationConstructor Class Reference
List of all members.
|
Public Member Functions |
| mixed | Init (mixed pGrannyLoader, mixed mpSkeleton, mixed mpAnim, mixed mlBodySamples) |
| mixed | GetSampleBone (mixed sBoneName) |
| | param must be lowercased
|
| mixed | GetOrCreateBone (mixed iBoneID) |
| | recursive : creates parent hierarchy if needed
|
| mixed | Execute (mixed pAnim) |
| | constructs the animation
|
Detailed Description
Definition at line 4113 of file lua_pseudo_code.cpp.
Member Function Documentation
| mixed cAnimationConstructor::Init |
( |
mixed |
pGrannyLoader, |
|
|
mixed |
mpSkeleton, |
|
|
mixed |
mpAnim, |
|
|
mixed |
mlBodySamples | |
|
) |
| | [inline] |
~ int miCurrentSubMesh ~ std::vector<cGrannyLoader_i2*>& mlBodySamples ~ cGrannyLoader_i2* mpGrannyLoader ~ Ogre::SkeletonPtr& mpSkeleton ~ Ogre::Animation* mpAnim ~ int miAnimDataCounter
Definition at line 4121 of file lua_pseudo_code.cpp.
| mixed cAnimationConstructor::GetSampleBone |
( |
mixed |
sBoneName |
) |
[inline] |
| mixed cAnimationConstructor::GetOrCreateBone |
( |
mixed |
iBoneID |
) |
[inline] |
| mixed cAnimationConstructor::Execute |
( |
mixed |
pAnim |
) |
[inline] |
The documentation for this class was generated from the following file: