HomeSort by relevance Sort by last modified time
    Searched refs:btIndexedMesh (Results 1 - 11 of 11) 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)
btTriangleIndexVertexArray.cpp 21 btIndexedMesh mesh;
43 btIndexedMesh& mesh = m_indexedMeshes[subpart];
61 const btIndexedMesh& mesh = m_indexedMeshes[subpart];
btTriangleMesh.cpp 26 btIndexedMesh meshIndex;
  /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...]
btTriangleIndexVertexArray.java 73 for (final btIndexedMesh mesh : array.meshes) {
110 protected final Array<btIndexedMesh> meshes = new Array<btIndexedMesh>(1);
127 /** Return the {@link btIndexedMesh} at the specified index. */
128 public btIndexedMesh getIndexedMesh(int index) {
136 btIndexedMesh mesh = btIndexedMesh.obtain(meshPart);
169 /** Add a {@link btIndexedMesh} to this array */
170 public btTriangleIndexVertexArray addIndexedMesh(final btIndexedMesh mesh, int indexType) {
177 /** Add a {@link btIndexedMesh} to this array *
    [all...]
CollisionJNI.java     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig/collision/
btTriangleIndexVertexArray.i 1 %module btIndexedMesh
7 %extend btIndexedMesh {
29 %typemap(javaimports) btIndexedMesh %{
42 %typemap(javacode) btIndexedMesh %{
43 protected final static Array<btIndexedMesh> instances = new Array<btIndexedMesh>();
44 protected static btIndexedMesh getInstance(final Object tag) {
47 final btIndexedMesh mesh = instances.get(i);
54 /** Create or reuse a btIndexedMesh instance based on the specified {@link MeshPart}.
56 public static btIndexedMesh obtain(final MeshPart meshPart)
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
collision_wrap.cpp     [all...]
classes.i 172 SPECIFY_CLASS(btIndexedMesh, com.badlogic.gdx.physics.bullet.collision)
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorldImporter.cpp 658 btIndexedMesh meshPart;
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.cpp     [all...]

Completed in 185 milliseconds