Exemple #1
0
 /// Constructor, associates with target VertexData and temp buffer (for software)
 public VertexAnimationTrack(Animation parent, VertexAnimationType animationType,
                             VertexData targetVertexData, VertexAnimationTargetMode targetMode) : base(parent)
 {
     this.animationType    = animationType;
     this.targetVertexData = targetVertexData;
     this.targetMode       = targetMode;
 }
Exemple #2
0
		/// Constructor, associates with target VertexData and temp buffer (for software)
		public VertexAnimationTrack( Animation parent, VertexAnimationType animationType,
									VertexData targetVertexData, VertexAnimationTargetMode targetMode )
			: base( parent )
		{
			this.animationType = animationType;
			this.targetVertexData = targetVertexData;
			this.targetMode = targetMode;
		}