HomeSort by relevance Sort by last modified time
    Searched refs:btWorldImporter (Results 1 - 10 of 10) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/com/badlogic/gdx/physics/bullet/extras/
ExtrasJNI.java 48 public final static native void btWorldImporter_deleteAllData(long jarg1, btWorldImporter jarg1_);
49 public final static native void btWorldImporter_setVerboseMode(long jarg1, btWorldImporter jarg1_, int jarg2);
50 public final static native int btWorldImporter_getVerboseMode(long jarg1, btWorldImporter jarg1_);
51 public final static native int btWorldImporter_getNumCollisionShapes(long jarg1, btWorldImporter jarg1_);
52 public final static native long btWorldImporter_getCollisionShapeByIndex(long jarg1, btWorldImporter jarg1_, int jarg2);
53 public final static native int btWorldImporter_getNumRigidBodies(long jarg1, btWorldImporter jarg1_);
54 public final static native long btWorldImporter_getRigidBodyByIndex(long jarg1, btWorldImporter jarg1_, int jarg2);
55 public final static native int btWorldImporter_getNumConstraints(long jarg1, btWorldImporter jarg1_);
56 public final static native long btWorldImporter_getConstraintByIndex(long jarg1, btWorldImporter jarg1_, int jarg2);
57 public final static native int btWorldImporter_getNumBvhs(long jarg1, btWorldImporter jarg1_)
    [all...]
btWorldImporter.java 20 public class btWorldImporter extends BulletBase {
23 protected btWorldImporter(final String className, long cPtr, boolean cMemoryOwn) {
28 /** Construct a new btWorldImporter, normally you should not need this constructor it's intended for low-level usage. */
29 public btWorldImporter(long cPtr, boolean cMemoryOwn) {
30 this("btWorldImporter", cPtr, cMemoryOwn);
41 public static long getCPtr(btWorldImporter obj) {
63 public btWorldImporter(btDynamicsWorld world) {
btBulletWorldImporter.java 20 public class btBulletWorldImporter extends btWorldImporter {
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btBulletWorldImporter.h 21 #include "btWorldImporter.h"
40 class btBulletWorldImporter : public btWorldImporter
btWorldImporter.cpp 16 #include "btWorldImporter.h"
21 btWorldImporter::btWorldImporter(btDynamicsWorld* world)
28 btWorldImporter::~btWorldImporter()
32 void btWorldImporter::deleteAllData()
149 btCollisionShape* btWorldImporter::convertCollisionShape( btCollisionShapeData* shapeData )
517 char* btWorldImporter::duplicateName(const char* name)
531 void btWorldImporter::convertConstraintBackwardsCompatible281(btTypedConstraintData* constraintData, btRigidBody* rbA, btRigidBody* rbB, int fileVersion)
623 printf("Error in btWorldImporter::createGeneric6DofSpringConstraint: requires rbA && rbB\n")
    [all...]
btWorldImporter.h 63 class btWorldImporter
116 btWorldImporter(btDynamicsWorld* world);
118 virtual ~btWorldImporter();
btBulletWorldImporter.cpp 32 :btWorldImporter(world)
  /external/libgdx/extensions/gdx-bullet/jni/swig/extras/serialize/
gdxBulletSerialize.i 6 #include <BulletWorldImporter/btWorldImporter.h>
12 %ignore btWorldImporter::getNameForPointer(const void* ptr);
13 %extend btWorldImporter {
40 %include "BulletWorldImporter/btWorldImporter.h"
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/
extras_wrap.cpp     [all...]
classes.i 7 SPECIFY_CLASS(btWorldImporter, com.badlogic.gdx.physics.bullet.extras

Completed in 535 milliseconds