C# 클래스 Transvoxel.Geometry.Mesh

파일 보기 프로젝트 열기: BinaryConstruct/Transvoxel-XNA 1 사용 예제들

공개 메소드들

메소드 설명
AddIndex ( ushort i ) : void
AddVertex ( Vector3f v, Vector3f normal ) : void
GetIndices ( ) : ushort[]
GetNormals ( ) : Transvoxel.Math.Vector3f[]
GetVertices ( ) : Transvoxel.Math.Vector3f[]
GetVerticesFloatArray ( ) : float[]
Mesh ( ) : System

비공개 메소드들

메소드 설명
LatestAddedVertIndex ( ) : ushort

메소드 상세

AddIndex() 공개 메소드

public AddIndex ( ushort i ) : void
i ushort
리턴 void

AddVertex() 공개 메소드

public AddVertex ( Vector3f v, Vector3f normal ) : void
v Transvoxel.Math.Vector3f
normal Transvoxel.Math.Vector3f
리턴 void

GetIndices() 공개 메소드

public GetIndices ( ) : ushort[]
리턴 ushort[]

GetNormals() 공개 메소드

public GetNormals ( ) : Transvoxel.Math.Vector3f[]
리턴 Transvoxel.Math.Vector3f[]

GetVertices() 공개 메소드

public GetVertices ( ) : Transvoxel.Math.Vector3f[]
리턴 Transvoxel.Math.Vector3f[]

GetVerticesFloatArray() 공개 메소드

public GetVerticesFloatArray ( ) : float[]
리턴 float[]

Mesh() 공개 메소드

public Mesh ( ) : System
리턴 System