Class MeshVertPairs

java.lang.Object
com.ardor3d.extension.model.collada.jdom.data.MeshVertPairs

public class MeshVertPairs extends Object
A data object matching an Ardor3D Mesh object to the vertex indices it uses from the original mesh vertices Collada data. This allows us to match weights, joint and such that are indexed to the original vertex positions to their final positions in the Mesh.
  • Constructor Details

    • MeshVertPairs

      public MeshVertPairs(Mesh mesh, int[] indices)
  • Method Details

    • getMesh

      public Mesh getMesh()
    • getIndices

      public int[] getIndices()