C# Class idTech4.Renderer.idMD5Mesh

Inheritance: IDisposable
显示文件 Open project: iainmckay/idtech4.net Class Usage Examples

Public Methods

Method Description
CalculateBounds ( idJointMatrix joints ) : idBounds
Dispose ( ) : void
GetNearestJoint ( int a, int b, int c ) : int
Parse ( idLexer lexer, idJointMatrix joints ) : void
idMD5Mesh ( ) : System

Private Methods

Method Description
Dispose ( bool disposing ) : void
TransformVertices ( Vertex verts, idJointMatrix entityJoints ) : void

Method Details

CalculateBounds() public method

public CalculateBounds ( idJointMatrix joints ) : idBounds
joints idTech4.Geometry.idJointMatrix
return idBounds

Dispose() public method

public Dispose ( ) : void
return void

GetNearestJoint() public method

public GetNearestJoint ( int a, int b, int c ) : int
a int
b int
c int
return int

Parse() public method

public Parse ( idLexer lexer, idJointMatrix joints ) : void
lexer idLexer
joints idJointMatrix
return void

idMD5Mesh() public method

public idMD5Mesh ( ) : System
return System