C# Class idTech4.Game.Animation.idMD5Anim

Show file Open project: iainmckay/idtech4.net Class Usage Examples

Public Methods

Method Description
CheckModelHierarchy ( idRenderModel model ) : void
GetBounds ( int time, int cycleCount ) : idBounds
GetOrigin ( int time, int cycleCount ) : Vector3
LoadAnimation ( string fileName ) : bool
idMD5Anim ( ) : System

Private Methods

Method Description
Clear ( ) : void
ConvertTimeToFrame ( int time, int cycleCount ) : FrameBlend

Method Details

CheckModelHierarchy() public method

public CheckModelHierarchy ( idRenderModel model ) : void
model idTech4.Renderer.idRenderModel
return void

GetBounds() public method

public GetBounds ( int time, int cycleCount ) : idBounds
time int
cycleCount int
return idBounds

GetOrigin() public method

public GetOrigin ( int time, int cycleCount ) : Vector3
time int
cycleCount int
return Vector3

LoadAnimation() public method

public LoadAnimation ( string fileName ) : bool
fileName string
return bool

idMD5Anim() public method

public idMD5Anim ( ) : System
return System