OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dynamicshape
(Results
1 - 1
of
1
) sorted by null
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/util/
CollisionShapeFactory.java
242
HullCollisionShape
dynamicShape
= new HullCollisionShape(mesh);
243
dynamicShape
.setScale(trans.getScale());
244
return
dynamicShape
;
Completed in 36 milliseconds