HomeSort by relevance Sort by last modified time
    Searched defs:btIndexedMesh (Results 1 - 2 of 2) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btTriangleIndexVertexArray.h 24 ///The btIndexedMesh indexes a single vertex and index array. Multiple btIndexedMesh objects can be passed into a btTriangleIndexVertexArray using addIndexedMesh.
26 ATTRIBUTE_ALIGNED16( struct) btIndexedMesh
49 btIndexedMesh()
62 typedef btAlignedObjectArray<btIndexedMesh> IndexedMeshArray;
90 void addIndexedMesh(const btIndexedMesh& mesh, PHY_ScalarType indexType = PHY_INTEGER)
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btIndexedMesh.java 22 public class btIndexedMesh extends BulletBase {
25 protected btIndexedMesh(final String className, long cPtr, boolean cMemoryOwn) {
30 /** Construct a new btIndexedMesh, normally you should not need this constructor it's intended for low-level usage. */
31 public btIndexedMesh(long cPtr, boolean cMemoryOwn) {
32 this("btIndexedMesh", cPtr, cMemoryOwn);
43 public static long getCPtr(btIndexedMesh obj) {
65 protected final static Array<btIndexedMesh> instances = new Array<btIndexedMesh>();
66 protected static btIndexedMesh getInstance(final Object tag) {
69 final btIndexedMesh mesh = instances.get(i)
    [all...]

Completed in 281 milliseconds