AnimBone_SetFrame



AnimBone_SetFrame pAnimBone, pAnimTrack, FrameID, bExcludeChildren

Description

Sets an AnimBone display the specified AnimTrack frame. If bExcludeChildren=0 all bones which descend from the specified AnimBone will also be effected, a value of 1 should be specified to avoid this behavior. The AnimObject must be updated using AnimObject_Update before the changes will become visible.

Parameters

pAnimBoneINTEGERThe AnimBone which is to be effected
pAnimTrackINTEGERThe AnimTrack which contains the frame's transformation data
FrameIDFLOATThe ID of the Animation frame to display. The FrameID is expected to exist within the animtrack's data
bExcludeChildrenBOOLChild bone exclusion flag


AnimBone Commands
jGpuSkin Command Index
jGpuSkin Main