
Public Member Functions |
|
| FBPose (str pName) | |
| Constructor. |
|
| int | AddNode (FBModel pObject, FBMatrix pMatrix=None, bool pIsLocalMatrix=False) |
| Add a new pose node. |
|
| int | Find (str pNodeName) |
| Look in this pose if the given node is
present. |
|
| int | GetNodeCount () |
| Returns the number of pose nodes stored.
|
|
| FBMatrix | GetNodeMatrix (int pIndex) |
| Get the pose node matrix. |
|
| str | GetNodeName (int pIndex) |
| Get the pose node at specified index.
|
|
| FBModel | GetNodeObject (int pIndex) |
| Get the pose node object. |
|
| bool | IsNodeLocalMatrix (int pIndex) |
| Get the type of the Matrix for a given node.
|
|
| RemoveNode (int pIndex) | |
| Remove the pose node at specified index.
|
|
| SetIsNodeLocalMatrix (int pIndex, bool pIsNodeLocalMatrix) | |
| Set the type of the Matrix for a given node.
|
|
| SetNodeMatrix (int pIndex, FBMatrix pMatrix) | |
| Set the pose node matrix. |
|
| SetNodeObject (int pIndex, FBModel pObject) | |
| Set the pose node object. |
|
Public Attributes |
|
| FBPoseType | Type |
| Read Only Property: Type of the pose
(bind pose or rest pose) |
|
Look in this pose if the given node is present.
| pNodeName | Name of the node we are looking for. |
| int GetNodeCount | ( | ) |
Returns the number of pose nodes stored.
Get the pose node matrix.
| pIndex | Index of the node. |
Get the pose node at specified index.
| pIndex | Index of the node. |
Get the pose node object.
| pIndex | Index of the node. |
Get the type of the Matrix for a given node.
| pIndex | Index of the node. |
| RemoveNode | ( | int | pIndex | ) |
Remove the pose node at specified index.
| pIndex | Index of the node to be removed. |
Set the type of the Matrix for a given node.
| pIndex | Index of the node. | |
| pIsNodeLocalMatrix | True if the matrix of the node is a local matrix. |
Set the pose node matrix.
| pIndex | Index of the node. | |
| pMatrix | Matrix to set for this pose node. |
Set the pose node object.
| pIndex | Index of the node. | |
| pObject | Object to associate with this pose node. |
Read Only Property: Type of the pose (bind pose or rest pose)
1.5.3