C# 클래스 idTech4.Renderer.idMD5Mesh

상속: IDisposable
파일 보기 프로젝트 열기: iainmckay/idtech4.net 1 사용 예제들

공개 메소드들

메소드 설명
CalculateBounds ( idJointMatrix joints ) : idBounds
Dispose ( ) : void
GetNearestJoint ( int a, int b, int c ) : int
Parse ( idLexer lexer, idJointMatrix joints ) : void
idMD5Mesh ( ) : System

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void
TransformVertices ( Vertex verts, idJointMatrix entityJoints ) : void

메소드 상세

CalculateBounds() 공개 메소드

public CalculateBounds ( idJointMatrix joints ) : idBounds
joints idTech4.Geometry.idJointMatrix
리턴 idBounds

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetNearestJoint() 공개 메소드

public GetNearestJoint ( int a, int b, int c ) : int
a int
b int
c int
리턴 int

Parse() 공개 메소드

public Parse ( idLexer lexer, idJointMatrix joints ) : void
lexer idLexer
joints idJointMatrix
리턴 void

idMD5Mesh() 공개 메소드

public idMD5Mesh ( ) : System
리턴 System