C# Class MarchingCubesMeshGenerator, Homeless-Rubber

Inheritance: IMeshGenerator
Mostra file Open project: ckimes89/Homeless-Rubber Class Usage Examples

Public Methods

Method Description
GenerateMesh ( Chunk, chunk ) : void

Private Methods

Method Description
AddToMesh ( Block, pt0, Block, pt1, Block, pt2, Block, pt3, Block, pt4, Block, pt5, Block, pt6, Block, pt7, float x, float y, float z ) : void
VertexExists ( Vector3 vertex, int &count, int &vertexIndex ) : bool

Method Details

GenerateMesh() public method

public GenerateMesh ( Chunk, chunk ) : void
chunk Chunk,
return void