Class MeshCombiner.MeshCombineLogic

java.lang.Object
com.ardor3d.util.geom.MeshCombiner.MeshCombineLogic
Direct Known Subclasses:
SkinnedMeshCombineLogic
Enclosing class:
MeshCombiner

public static class MeshCombiner.MeshCombineLogic extends Object
  • Field Details

    • useIndices

      protected boolean useIndices
    • useNormals

      protected boolean useNormals
    • useTextures

      protected boolean useTextures
    • useColors

      protected boolean useColors
    • first

      protected boolean first
    • maxTextures

      protected int maxTextures
    • totalVertices

      protected int totalVertices
    • totalIndices

      protected int totalIndices
    • texCoords

      protected int texCoords
    • vertCoords

      protected int vertCoords
    • mode

      protected IndexMode mode
    • states

    • data

      protected MeshData data
    • volumeType

      protected BoundingVolume volumeType
    • sources

      protected List<Mesh> sources
  • Constructor Details

    • MeshCombineLogic

      public MeshCombineLogic()
  • Method Details

    • getMesh

      public Mesh getMesh()
    • getCombinedMesh

      public Mesh getCombinedMesh()
    • combineSources

      public void combineSources()
    • initDataBuffers

      public void initDataBuffers()
    • addSource

      public void addSource(Mesh mesh)