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

  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btBulletWorldImporter.h 37 ///The btBulletWorldImporter is a starting point to import .bullet files.
40 class btBulletWorldImporter : public btWorldImporter
46 btBulletWorldImporter(btDynamicsWorld* world=0);
48 virtual ~btBulletWorldImporter();
59 //call make sure bulletFile2 has been parsed, either using btBulletFile::parse or btBulletWorldImporter::loadFileFromMemory
btBulletWorldImporter.cpp 17 #include "btBulletWorldImporter.h"
31 btBulletWorldImporter::btBulletWorldImporter(btDynamicsWorld* world)
36 btBulletWorldImporter::~btBulletWorldImporter()
41 bool btBulletWorldImporter::loadFile( const char* fileName, const char* preSwapFilenameOut)
66 bool btBulletWorldImporter::loadFileFromMemory( char* memoryBuffer, int len)
80 bool btBulletWorldImporter::loadFileFromMemory( bParse::btBulletFile* bulletFile2)
98 bool btBulletWorldImporter::convertAllObjects( bParse::btBulletFile* bulletFile2)
  /external/libgdx/extensions/gdx-bullet/jni/swig/extras/serialize/
gdxBulletSerialize.i 2 %feature("director") btBulletWorldImporter;
3 %feature("nodirector") btBulletWorldImporter::createMultiSphereShape;
7 #include <BulletWorldImporter/btBulletWorldImporter.h>
19 %ignore btBulletWorldImporter::loadFileFromMemory(char *memoryBuffer, int len);
20 %extend btBulletWorldImporter {
26 %typemap(javacode) btBulletWorldImporter %{
41 %include "BulletWorldImporter/btBulletWorldImporter.h"
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/com/badlogic/gdx/physics/bullet/extras/
ExtrasJNI.java 110 public final static native boolean btBulletWorldImporter_loadFile__SWIG_0(long jarg1, btBulletWorldImporter jarg1_, String jarg2, String jarg3);
111 public final static native boolean btBulletWorldImporter_loadFile__SWIG_1(long jarg1, btBulletWorldImporter jarg1_, String jarg2);
112 public final static native boolean btBulletWorldImporter_loadFileFromMemory__SWIG_0(long jarg1, btBulletWorldImporter jarg1_, long jarg2);
113 public final static native boolean btBulletWorldImporter_convertAllObjects(long jarg1, btBulletWorldImporter jarg1_, long jarg2);
114 public final static native boolean btBulletWorldImporter_convertAllObjectsSwigExplicitbtBulletWorldImporter(long jarg1, btBulletWorldImporter jarg1_, long jarg2);
115 public final static native boolean btBulletWorldImporter_loadFileFromMemory__SWIG_1(long jarg1, btBulletWorldImporter jarg1_, java.nio.ByteBuffer jarg2, int jarg3);
116 public final static native void btBulletWorldImporter_director_connect(btBulletWorldImporter obj, long cptr, boolean mem_own, boolean weak_global);
117 public final static native void btBulletWorldImporter_change_ownership(btBulletWorldImporter obj, long cptr, boolean take_or_release);
120 public static void SwigDirector_btBulletWorldImporter_deleteAllData(btBulletWorldImporter jself) {
123 public static void SwigDirector_btBulletWorldImporter_setDynamicsWorldInfo(btBulletWorldImporter jself, Vector3 gravity, long solverInfo)
    [all...]
btBulletWorldImporter.java 20 public class btBulletWorldImporter extends btWorldImporter {
23 protected btBulletWorldImporter(final String className, long cPtr, boolean cMemoryOwn) {
28 /** Construct a new btBulletWorldImporter, normally you should not need this constructor it's intended for low-level usage. */
29 public btBulletWorldImporter(long cPtr, boolean cMemoryOwn) {
30 this("btBulletWorldImporter", cPtr, cMemoryOwn);
41 public static long getCPtr(btBulletWorldImporter obj) {
90 public btBulletWorldImporter(btDynamicsWorld world) {
95 public btBulletWorldImporter() {
113 return (getClass() == btBulletWorldImporter.class) ? ExtrasJNI.btBulletWorldImporter_convertAllObjects(swigCPtr, this, SWIGTYPE_p_bParse__btBulletFile.getCPtr(file)) : ExtrasJNI.btBulletWorldImporter_convertAllObjectsSwigExplicitbtBulletWorldImporter(swigCPtr, this, SWIGTYPE_p_bParse__btBulletFile.getCPtr(file));
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/
classes.i 5 SPECIFY_CLASS(btBulletWorldImporter, com.badlogic.gdx.physics.bullet.extras)
extras_wrap.h 14 class SwigDirector_btBulletWorldImporter : public btBulletWorldImporter, public Swig::Director {
extras_wrap.cpp     [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
ImportTest.java 33 import com.badlogic.gdx.physics.bullet.extras.btBulletWorldImporter;
40 btBulletWorldImporter importer;
43 public class MyImporter extends btBulletWorldImporter {

Completed in 91 milliseconds