Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
RegularCubeMeshGenerator
C# Class RegularCubeMeshGenerator, Homeless-Rubber
Inheritance:
IMeshGenerator
Mostra file
Open project: ckimes89/Homeless-Rubber
Public Methods
Method
Description
GenerateMesh
(
Chunk,
chunk
) :
void
Private Methods
Method
Description
AddToMesh
(
int
x
,
int
y
,
int
z
) :
void
DrawSquare
(
Vector3
bottomLeft
,
Vector3
bottomRight
,
Vector3
topLeft
,
Vector3
topRight
,
Vector2
textureOffset
) :
void
Method Details
GenerateMesh()
public
method
public
GenerateMesh
(
Chunk,
chunk
) :
void
chunk
Chunk,
return
void