OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:createConvexHullShape
(Results
1 - 6
of
6
) sorted by null
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
ConvexHullTest.java
38
world.addConstructor("car", new BulletConstructor(carModel, 5f,
createConvexHullShape
(carModel, true)));
55
public static btConvexHullShape
createConvexHullShape
(final Model model, boolean optimize) {
ConvexHullDistanceTest.java
53
world.addConstructor("car", new BulletConstructor(carModel, 5f,
createConvexHullShape
(carModel, true)));
99
public static btConvexHullShape
createConvexHullShape
(final Model model, boolean optimize) {
/external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/com/badlogic/gdx/physics/bullet/extras/
btWorldImporter.java
238
public btConvexHullShape
createConvexHullShape
() {
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorldImporter.cpp
488
btConvexHullShape* hullShape =
createConvexHullShape
();
1055
btConvexHullShape* btCollisionWorldImporter::
createConvexHullShape
()
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.cpp
377
btConvexHullShape* hullShape =
createConvexHullShape
();
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/
extras_wrap.cpp
[
all
...]
Completed in 1357 milliseconds