Class VertMap

java.lang.Object
com.ardor3d.util.geom.VertMap

public class VertMap extends Object
  • Constructor Details

    • VertMap

      public VertMap(Mesh mesh)
  • Method Details

    • getNewIndex

      public int getNewIndex(int oldIndex)
    • getFirstOldIndex

      public int getFirstOldIndex(int newIndex)
    • applyRemapping

      public void applyRemapping(Map<Integer,Integer> indexRemap)
    • getLookupTable

      public int[] getLookupTable()