SO3Engine
|
Functions | |
int | SO3BoneListFromMesh (mmachine m) |
main include | |
int | SO3GetRootBoneFromMesh (mmachine m) |
SO3GetRootBoneFromMesh : Return the root bone for a given node. | |
int | SO3GetRootBonesFromMesh (mmachine m) |
SO3GetRootBonesFromMesh : Return the root bone(s) for a given node. | |
int | SO3GetBoneLocalOrientation (mmachine m) |
SO3GetBoneLocalOrientation : Return the local orienation from a global quaternion. | |
Scol functions definition
int SO3BoneListFromMesh | ( | mmachine | m | ) |
main include
SO3BoneListFromMesh : Return the list of bones for a given node
Prototype: fun [SO3_OBJECT] [SO3_OBJECT r1]
SO3_OBJECT | : current node |
Definition at line 49 of file SCOLBones.cpp.
int SO3GetBoneLocalOrientation | ( | mmachine | m | ) |
SO3GetBoneLocalOrientation : Return the local orienation from a global quaternion.
Prototype: fun [SO3_OBJECT [F F F F]] [F F F F]
SO3_OBJECT | : current bone |
[F | F F F] : global orientation |
Definition at line 257 of file SCOLBones.cpp.
int SO3GetRootBoneFromMesh | ( | mmachine | m | ) |
SO3GetRootBoneFromMesh : Return the root bone for a given node.
Prototype: fun [SO3_OBJECT] SO3_OBJECT
SO3_OBJECT | : current node |
Definition at line 124 of file SCOLBones.cpp.
int SO3GetRootBonesFromMesh | ( | mmachine | m | ) |
SO3GetRootBonesFromMesh : Return the root bone(s) for a given node.
Prototype: fun [SO3_OBJECT] [SO3_OBJECT r1]
SO3_OBJECT | : current node |
Definition at line 182 of file SCOLBones.cpp.