C# Class Axiom.Animating.PoseRef

Reference to a pose at a given influence level
Each keyframe can refer to many poses each at a given influence level.
Datei anzeigen Open project: WolfgangSt/axiom Class Usage Examples

Public Properties

Property Type Description
influence float
poseIndex ushort

Public Methods

Method Description
PoseRef ( ushort poseIndex, float influence ) : System

Method Details

PoseRef() public method

public PoseRef ( ushort poseIndex, float influence ) : System
poseIndex ushort
influence float
return System

Property Details

influence public_oe property

Influence level of the linked pose. 1.0 for full influence (full offset), 0.0 for no influence.
public float influence
return float

poseIndex public_oe property

The linked pose index.
The Mesh contains all poses for all vertex data in one list, both for the shared vertex data and the dedicated vertex data on submeshes. The 'target' on the parent track must match the 'target' on the linked pose.
public ushort poseIndex
return ushort