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

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/com/badlogic/gdx/physics/bullet/extras/
btWorldImporter.java 163 public btCollisionShape createSphereShape(float radius) {
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorldImporter.cpp 377 shape = createSphereShape(implicitShapeDimensions.getX());
933 btCollisionShape* btCollisionWorldImporter::createSphereShape(btScalar radius)
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.cpp 266 shape = createSphereShape(implicitShapeDimensions.getX());
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/
extras_wrap.cpp     [all...]

Completed in 115 milliseconds