HomeSort by relevance Sort by last modified time
    Searched defs:btBulletWorldImporter (Results 1 - 3 of 3) 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-src/extras/com/badlogic/gdx/physics/bullet/extras/
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));

Completed in 110 milliseconds