C# Class Axiom.Animating.VertexMorphKeyFrame

Inheritance: KeyFrame
Datei anzeigen Open project: WolfgangSt/axiom Class Usage Examples

Protected Properties

Property Type Description
vertexBuffer Axiom.Graphics.HardwareVertexBuffer

Public Methods

Method Description
VertexMorphKeyFrame ( AnimationTrack parent, float time ) : System

Creates a new keyframe with the specified time. Should really be created by AnimationTrack.CreateKeyFrame instead.

Method Details

VertexMorphKeyFrame() public method

Creates a new keyframe with the specified time. Should really be created by AnimationTrack.CreateKeyFrame instead.
public VertexMorphKeyFrame ( AnimationTrack parent, float time ) : System
parent AnimationTrack Animation track that this keyframe belongs to.
time float Time at which this keyframe begins.
return System

Property Details

vertexBuffer protected_oe property

A list of the pose references for this frame
protected HardwareVertexBuffer,Axiom.Graphics vertexBuffer
return Axiom.Graphics.HardwareVertexBuffer