OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:createRigidBody
(Results
1 - 4
of
4
) sorted by null
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
ImportTest.java
49
public btRigidBody
createRigidBody
(boolean isDynamic, float mass, Matrix4 startTransform, btCollisionShape shape,
/external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/com/badlogic/gdx/physics/bullet/extras/
btWorldImporter.java
145
public btRigidBody
createRigidBody
(boolean isDynamic, float mass, Matrix4 startTransform, btCollisionShape shape, String bodyName) {
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.cpp
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/
extras_wrap.cpp
[
all
...]
Completed in 67 milliseconds