VertexKeyFrame
From oWiki
Contents |
Attributes
id
string ( r )
The id of the mesh molecule this Key Frame is associated with.
index
int ( r )
The indexed location of this Key Frame.
track
string ( r )
Specifies the track name this Key Frame is associated with.
time
int ( r )
The time offset of this Key Frame.
Methods
addPoseReference( i, w )
i: int or a Pose object
w: float
| Add a new pose reference with a given influence w. i could the Pose object or its index. |
updatePoseReference( i, w )
i: int or a Pose object
w: float
| Update the influence of a pose reference. i could the Pose object or its index. |
removePoseReference( i )
i: int or a Pose object
| Remove reference to a given pose. i could the Pose object or its index. |
removeAllPoseReferences()
| Remove all pose references. |
