OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createGimpactShape
(Results
1 - 8
of
8
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorldImporter.h
168
virtual btGImpactMeshShape*
createGimpactShape
(btStridingMeshInterface* trimesh);
btCollisionWorldImporter.cpp
300
btGImpactMeshShape* gimpactShape =
createGimpactShape
(meshInterface);
1046
btGImpactMeshShape* btCollisionWorldImporter::
createGimpactShape
(btStridingMeshInterface* trimesh)
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/
extras_wrap.h
39
virtual btGImpactMeshShape *
createGimpactShape
(btStridingMeshInterface *trimesh);
extras_wrap.cpp
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.h
178
virtual btGImpactMeshShape*
createGimpactShape
(btStridingMeshInterface* trimesh);
btWorldImporter.cpp
189
btGImpactMeshShape* gimpactShape =
createGimpactShape
(meshInterface);
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/com/badlogic/gdx/physics/bullet/extras/
ExtrasJNI.java
178
return btGImpactMeshShape.getCPtr(jself.
createGimpactShape
((trimesh == 0) ? null : new btStridingMeshInterface(trimesh, false)));
btWorldImporter.java
228
public btGImpactMeshShape
createGimpactShape
(btStridingMeshInterface trimesh) {
Completed in 42 milliseconds