Static Public Member Functions | |
| static mixed | QuatMult3 (mixed a, mixed b, mixed c) |
| static mixed | VectAdd (mixed a, mixed b) |
| static mixed | VectScale (mixed s, mixed v) |
| static mixed | QuatMult (mixed a, mixed b) |
| static mixed | QuadVectMult (mixed q, mixed v) |
| static mixed | Quaternion_Inverse (mixed q) |
| static mixed | Vector_Invert (mixed v) |
| static mixed | Ogre_Quaternion_Slerp (mixed t, mixed q1, mixed q2, mixed bShortestPath) |
| static mixed | GrannyToOgreQ (mixed qRot) |
| static mixed | GrannyToOgreV (mixed vPos) |
| static mixed | GetBoneTranslate (mixed pGrannyBone) |
| static mixed | GetBoneRotate (mixed pGrannyBone) |
| static mixed | GetBoneDerivedRotation (mixed mpGrannyLoader, mixed iBoneID) |
| static mixed | GetBoneDerivedTranslate (mixed mpGrannyLoader, mixed iBoneID) |
| static mixed | LoadGrannyAsOgreMesh (mixed pGrannyLoader, mixed szMatName, mixed szMeshName, mixed szSkeletonName) |
| static mixed | LoadGrannyAsOgreAnim (mixed pGrannyLoader, mixed szSkeletonName, mixed szAnimName, mixed lBodySamples) |
Definition at line 4027 of file lua_pseudo_code.cpp.
| static mixed granny_anim::QuatMult3 | ( | mixed | a, | |
| mixed | b, | |||
| mixed | c | |||
| ) | [inline, static] |
grannyogreloader.cpp ported to lua ~ function LoadGrannyAsOgreMesh (pGrannyLoader,szMatName,szMeshName,szSkeletonName) ~ function LoadGrannyAsOgreAnim (pGrannyLoader,szSkeletonName,szAnimName,lBodySamples)
Definition at line 4032 of file lua_pseudo_code.cpp.
| static mixed granny_anim::VectAdd | ( | mixed | a, | |
| mixed | b | |||
| ) | [inline, static] |
Definition at line 4034 of file lua_pseudo_code.cpp.
| static mixed granny_anim::VectScale | ( | mixed | s, | |
| mixed | v | |||
| ) | [inline, static] |
Definition at line 4036 of file lua_pseudo_code.cpp.
| static mixed granny_anim::QuatMult | ( | mixed | a, | |
| mixed | b | |||
| ) | [inline, static] |
Definition at line 4038 of file lua_pseudo_code.cpp.
| static mixed granny_anim::QuadVectMult | ( | mixed | q, | |
| mixed | v | |||
| ) | [inline, static] |
Definition at line 4040 of file lua_pseudo_code.cpp.
| static mixed granny_anim::Quaternion_Inverse | ( | mixed | q | ) | [inline, static] |
Definition at line 4042 of file lua_pseudo_code.cpp.
| static mixed granny_anim::Vector_Invert | ( | mixed | v | ) | [inline, static] |
Definition at line 4044 of file lua_pseudo_code.cpp.
| static mixed granny_anim::Ogre_Quaternion_Slerp | ( | mixed | t, | |
| mixed | q1, | |||
| mixed | q2, | |||
| mixed | bShortestPath | |||
| ) | [inline, static] |
Definition at line 4046 of file lua_pseudo_code.cpp.
| static mixed granny_anim::GrannyToOgreQ | ( | mixed | qRot | ) | [inline, static] |
Definition at line 4048 of file lua_pseudo_code.cpp.
| static mixed granny_anim::GrannyToOgreV | ( | mixed | vPos | ) | [inline, static] |
Definition at line 4050 of file lua_pseudo_code.cpp.
| static mixed granny_anim::GetBoneTranslate | ( | mixed | pGrannyBone | ) | [inline, static] |
Definition at line 4052 of file lua_pseudo_code.cpp.
| static mixed granny_anim::GetBoneRotate | ( | mixed | pGrannyBone | ) | [inline, static] |
Definition at line 4054 of file lua_pseudo_code.cpp.
| static mixed granny_anim::GetBoneDerivedRotation | ( | mixed | mpGrannyLoader, | |
| mixed | iBoneID | |||
| ) | [inline, static] |
Definition at line 4056 of file lua_pseudo_code.cpp.
| static mixed granny_anim::GetBoneDerivedTranslate | ( | mixed | mpGrannyLoader, | |
| mixed | iBoneID | |||
| ) | [inline, static] |
Definition at line 4058 of file lua_pseudo_code.cpp.
| static mixed granny_anim::LoadGrannyAsOgreMesh | ( | mixed | pGrannyLoader, | |
| mixed | szMatName, | |||
| mixed | szMeshName, | |||
| mixed | szSkeletonName | |||
| ) | [inline, static] |
***** ***** ***** ***** ***** LoadGrannyAsOgreMesh ~ function LoadGrannyAsOgreMesh (cGrannyLoader_i2* pGrannyLoader,const char* szMatName,const char* szMeshName,const char* szSkeletonName) {
Definition at line 4062 of file lua_pseudo_code.cpp.
| static mixed granny_anim::LoadGrannyAsOgreAnim | ( | mixed | pGrannyLoader, | |
| mixed | szSkeletonName, | |||
| mixed | szAnimName, | |||
| mixed | lBodySamples | |||
| ) | [inline, static] |
***** ***** ***** ***** ***** cAnimationConstructor ~ void LoadGrannyAsOgreAnim (cGrannyLoader_i2* pGrannyLoader, const char* szSkeletonName,const char* szAnimName,std::vector<cGrannyLoader_i2*> &lBodySamples) {
Definition at line 4066 of file lua_pseudo_code.cpp.
1.5.6