C# 클래스 Transvoxel.SurfaceExtractor.RegularCellCache

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

공개 메소드들

메소드 설명
GetReusedIndex ( Vector3i pos, byte rDir ) : ReuseCell
RegularCellCache ( int chunksize ) : System.Diagnostics
this ( Vector3i v ) : ReuseCell
this ( int x, int y, int z ) : ReuseCell

비공개 메소드들

메소드 설명
SetReusableIndex ( Vector3i pos, byte reuseIndex, ushort p ) : void

메소드 상세

GetReusedIndex() 공개 메소드

public GetReusedIndex ( Vector3i pos, byte rDir ) : ReuseCell
pos Transvoxel.Math.Vector3i
rDir byte
리턴 ReuseCell

RegularCellCache() 공개 메소드

public RegularCellCache ( int chunksize ) : System.Diagnostics
chunksize int
리턴 System.Diagnostics

this() 공개 메소드

public this ( Vector3i v ) : ReuseCell
v Transvoxel.Math.Vector3i
리턴 ReuseCell

this() 공개 메소드

public this ( int x, int y, int z ) : ReuseCell
x int
y int
z int
리턴 ReuseCell