Axiom.Animating.VertexAnimationTrack.GetInterpolatedKeyFrame C# (CSharp) 메소드

GetInterpolatedKeyFrame() 공개 메소드

This method in fact does nothing, since interpolation is not performed inside the keyframes for this type of track.
public GetInterpolatedKeyFrame ( float time, KeyFrame kf ) : KeyFrame
time float
kf KeyFrame
리턴 KeyFrame
		public override KeyFrame GetInterpolatedKeyFrame( float time, KeyFrame kf )
		{
			return kf;
		}