AnimObject_BlendTo



AnimObject_BlendTo pAnimObj, pAnimTrack, Duration, FirstFrame, LastFrame, Speed

Description

Causes a secondary animation to begin playing onto an AnimObject's skeleton. The plugin will then ease into the new animation over the specified amount of time, after which it will become the AnimObject's primary animation.

Parameters

pAnimObjINTEGERThe AnimObject which is to be effected
pAnimTrackINTEGERThe AnimTrack which contains the animation keyframe data
DurationFLOATThe number of milliseconds it should take to complete the blend
FirstFrameFLOATThe ID of the origin frame
LastFrameFLOATThe ID of the destination frame
SpeedFLOATThe rate which the new animation's frame should advance for each millisecond


AnimObject Commands
jGpuSkin Command Index
jGpuSkin Main