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

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btGImpactMeshShape.java 18 public class btGImpactMeshShape extends btGImpactShapeInterface {
21 protected btGImpactMeshShape(final String className, long cPtr, boolean cMemoryOwn) {
26 /** Construct a new btGImpactMeshShape, normally you should not need this constructor it's intended for low-level usage. */
27 public btGImpactMeshShape(long cPtr, boolean cMemoryOwn) {
28 this("btGImpactMeshShape", cPtr, cMemoryOwn);
39 public static long getCPtr(btGImpactMeshShape obj) {
61 public btGImpactMeshShape(btStridingMeshInterface meshInterface) {
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btGImpactShape.h 905 - Simply create this shape by passing the btStridingMeshInterface to the constructor btGImpactMeshShape, then you must call updateBound() after creating the mesh
910 class btGImpactMeshShape : public btGImpactShapeInterface
938 btGImpactMeshShape(btStridingMeshInterface * meshInterface)
944 virtual ~btGImpactMeshShape()
1178 SIMD_FORCE_INLINE int btGImpactMeshShape::calculateSerializeBufferSize() const

Completed in 4510 milliseconds