us.ihmc.graphics3DAdapter.graphics
Class MeshDataHolder
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MeshDataHolder
public MeshDataHolder(javax.vecmath.Point3f[] vertices,
javax.vecmath.TexCoord2f[] textPoints,
int[] polygonIndices,
int[] polygonStripCounts)
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()