C# Class ManicDigger.TerrainChunkRenderer

Afficher le fichier Open project: GlennMR/800Craft-Client Class Usage Examples

Méthodes publiques

Свойство Type Description
BlockShadow float
DONOTDRAWEDGES bool
ENABLE_ATLAS1D bool
chunksize int
texturesPacked int

Private Properties

Свойство Type Description
BlockPolygons void
CanSupportTorch bool
GetShadowRatio float
GetTilingCount int
GetToReturn VerticesIndices
IsTileEmptyForDrawingOrTransparent bool
IsValidPos bool

Méthodes publiques

Méthode Description
MakeChunk ( int x, int y, int z ) : IEnumerable

Private Methods

Méthode Description
BlockPolygons ( int x, int y, int z, byte currentChunk ) : void
CanSupportTorch ( byte blocktype ) : bool
GetShadowRatio ( int xx, int yy, int zz, int globalx, int globaly, int globalz ) : float
GetTilingCount ( byte currentChunk, int xx, int yy, int zz, byte tt, int x, int y, int z, float shadowratio, TileSide dir ) : int
GetToReturn ( byte tiletype, int textureid ) : VerticesIndices
IsTileEmptyForDrawingOrTransparent ( int xx, int yy, int zz, int adjacenttiletype, byte currentChunk ) : bool
IsValidPos ( int x, int y, int z ) : bool

Method Details

MakeChunk() public méthode

public MakeChunk ( int x, int y, int z ) : IEnumerable
x int
y int
z int
Résultat IEnumerable

Property Details

BlockShadow public_oe property

public float BlockShadow
Résultat float

DONOTDRAWEDGES public_oe property

public bool DONOTDRAWEDGES
Résultat bool

ENABLE_ATLAS1D public_oe property

public bool ENABLE_ATLAS1D
Résultat bool

chunksize public_oe property

public int chunksize
Résultat int

texturesPacked public_oe property

public int texturesPacked
Résultat int