us.ihmc.graphics3DAdapter.graphics
Class MeshDataHolder

java.lang.Object
  extended by us.ihmc.graphics3DAdapter.graphics.MeshDataHolder

public class MeshDataHolder
extends java.lang.Object


Constructor Summary
MeshDataHolder(javax.vecmath.Point3f[] vertices, javax.vecmath.TexCoord2f[] textPoints, int[] polygonIndices, int[] polygonStripCounts)
           
 
Method Summary
static MeshDataHolder createFromVerticesAndStripCounts(javax.vecmath.Point3d[] vertices, int[] polygonStripCounts)
           
static MeshDataHolder createFromVerticesAndStripCounts(javax.vecmath.Point3f[] vertices, int[] polygonStripCounts)
           
 int[] getPolygonIndices()
           
 int[] getPolygonStripCounts()
           
 javax.vecmath.TexCoord2f[] getTexturePoints()
           
 javax.vecmath.Point3f[] getVertices()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MeshDataHolder

public MeshDataHolder(javax.vecmath.Point3f[] vertices,
                      javax.vecmath.TexCoord2f[] textPoints,
                      int[] polygonIndices,
                      int[] polygonStripCounts)
Method Detail

createFromVerticesAndStripCounts

public static MeshDataHolder createFromVerticesAndStripCounts(javax.vecmath.Point3d[] vertices,
                                                              int[] polygonStripCounts)

createFromVerticesAndStripCounts

public static MeshDataHolder createFromVerticesAndStripCounts(javax.vecmath.Point3f[] vertices,
                                                              int[] polygonStripCounts)

getVertices

public javax.vecmath.Point3f[] getVertices()

getTexturePoints

public javax.vecmath.TexCoord2f[] getTexturePoints()

getPolygonIndices

public int[] getPolygonIndices()

getPolygonStripCounts

public int[] getPolygonStripCounts()