Beispiel #1
0
 void PrepareMesh()
 {
     voxelMesh = new VoxelMesh(ref voxels);
     voxelMesh.Create();
 }