Class Voxelator

java.lang.Object
com.ardorcraft.voxel.Voxelator

public class Voxelator extends Object
  • Constructor Details

    • Voxelator

      public Voxelator(ChunkModifier blockScene, int xSize, int ySize, int zSize)
  • Method Details

    • voxelate

      public void voxelate(Vector3 position, Mesh mesh, float edgeEpsilon, int blockType)
    • voxelate

      public void voxelate(Pos pos, Mesh mesh, float edgeEpsilon, int blockType)
    • init

      protected void init()