AddVertexPoseReference()

Syntax

AddVertexPoseReference(#Mesh, Animation$, Track, Keyframe, PoseIndex, Influence)
Description
Adds a new pose reference to the animation. The animation should be already be created with CreateVertexAnimation().

Parameters

#Mesh The mesh to use.
Animation$ The animation name. This name is case-sensitive. The animation should be already be created with CreateVertexAnimation().
Track The track index. The track has to be previously created with CreateVertexTrack().
Keyframe The keyframe index. The keyframe has to be previously created with CreateVertexPoseKeyFrame().
PoseIndex The pose index. The first pose index starts from zero.
Influence The influence of the pose. This value ranges from 0.0 (no influence) to 1.0 (full influence).

Return value

None.

See Also

CreateVertexAnimation(), CreateVertexTrack()

Supported OS

All

VertexAnimation Index - CreateVertexAnimation() ->