Class ChunkMesh


  • public class ChunkMesh
    extends java.lang.Object
    A class to help create a mesh for a specific block type of a chunk.
    • Constructor Summary

      Constructors 
      Constructor Description
      ChunkMesh​(boolean collisionMesh)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clear()  
      com.jme3.scene.Mesh generateMesh()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ChunkMesh

        public ChunkMesh​(boolean collisionMesh)
    • Method Detail

      • generateMesh

        public com.jme3.scene.Mesh generateMesh()
      • clear

        public void clear()