Functions | |
| int | SO3BoneListFromMesh (mmachine m) |
| main include | |
| int | SO3GetRootBoneFromMesh (mmachine m) |
| SO3GetRootBoneFromMesh : Return the root bone for a given node. | |
| int | SO3GetBoneLocalOrientation (mmachine m) |
| SO3GetBoneLocalOrientation : Return the local orienation from a global quaternion. | |
| int | SO3ObjectSetInheritOrientation (mmachine m) |
| SO3ObjectSetInheritOrientation : Set the inherit orientation of a node. | |
| int | SO3ObjectGetInheritOrientation (mmachine m) |
| SO3ObjectGetInheritOrientation : Get the inherit orientation of a node. | |
| int | SO3ObjectResetOrientation (mmachine m) |
| SO3ObjectResetOrientation : Resets the node orientation (local axes as world axes, no rotation). | |
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 52 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 187 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 128 of file SCOLBones.cpp.
| int SO3ObjectGetInheritOrientation | ( | mmachine | m | ) |
SO3ObjectGetInheritOrientation : Get the inherit orientation of a node.
Prototype: fun [SO3_OBJECT] I
| SO3_OBJECT | : current node |
Definition at line 3542 of file SCOLObject.cpp.
| int SO3ObjectResetOrientation | ( | mmachine | m | ) |
SO3ObjectResetOrientation : Resets the node orientation (local axes as world axes, no rotation).
Prototype: fun [SO3_OBJECT] I
| SO3_OBJECT | : current node |
Definition at line 3575 of file SCOLObject.cpp.
| int SO3ObjectSetInheritOrientation | ( | mmachine | m | ) |
SO3ObjectSetInheritOrientation : Set the inherit orientation of a node.
Prototype: fun [SO3_OBJECT I] I
| SO3_OBJECT | : current node | |
| I | : state, 1 to enable, 0 to disable inherit orientation |
Definition at line 3501 of file SCOLObject.cpp.
1.6.3