|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme3.bullet.util.NativeMeshUtil
public class NativeMeshUtil
Constructor Summary | |
---|---|
NativeMeshUtil()
|
Method Summary | |
---|---|
static long |
createTriangleIndexVertexArray(java.nio.ByteBuffer triangleIndexBase,
java.nio.ByteBuffer vertexBase,
int numTraingles,
int numVertices,
int vertextStride,
int triangleIndexStride)
|
static long |
getTriangleIndexVertexArray(Mesh mesh)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NativeMeshUtil()
Method Detail |
---|
public static long getTriangleIndexVertexArray(Mesh mesh)
public static long createTriangleIndexVertexArray(java.nio.ByteBuffer triangleIndexBase, java.nio.ByteBuffer vertexBase, int numTraingles, int numVertices, int vertextStride, int triangleIndexStride)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |