C# Class idTech4.Renderer.idMD5Mesh

Inheritance: IDisposable
Afficher le fichier Open project: iainmckay/idtech4.net Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Dispose ( bool disposing ) : void
TransformVertices ( Vertex verts, idJointMatrix entityJoints ) : void

Method Details

CalculateBounds() public méthode

public CalculateBounds ( idJointMatrix joints ) : idBounds
joints idTech4.Geometry.idJointMatrix
Résultat idBounds

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetNearestJoint() public méthode

public GetNearestJoint ( int a, int b, int c ) : int
a int
b int
c int
Résultat int

Parse() public méthode

public Parse ( idLexer lexer, idJointMatrix joints ) : void
lexer idLexer
joints idJointMatrix
Résultat void

idMD5Mesh() public méthode

public idMD5Mesh ( ) : System
Résultat System