예제 #1
0
 public override void createMesh(Island island, int x, int y, int z)
 {
     island.setTexture("Soil");
     island.addBoxToMesh(x, y, z, 1, 1, 1);
 }
예제 #2
0
 public override void createMesh(Island island, int x, int y, int z)
 {
     island.addBoxToMesh(x, y, z, 1, 1, 1);
 }