OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:meshShape
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorldImporter.cpp
283
btBvhTriangleMeshShape*
meshShape
= (btBvhTriangleMeshShape*)childShape;
287
shape = createScaledTrangleMeshShape(
meshShape
, localScaling);
1070
btScaledBvhTriangleMeshShape* btCollisionWorldImporter::createScaledTrangleMeshShape(btBvhTriangleMeshShape*
meshShape
,const btVector3& localScaling)
1072
btScaledBvhTriangleMeshShape* shape = new btScaledBvhTriangleMeshShape(
meshShape
,localScaling);
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.cpp
172
btBvhTriangleMeshShape*
meshShape
= (btBvhTriangleMeshShape*)childShape;
176
shape = createScaledTrangleMeshShape(
meshShape
, localScaling);
[
all
...]
Completed in 41 milliseconds