HomeSort by relevance Sort by last modified time
    Searched defs:spat (Results 1 - 3 of 3) sorted by null

  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestCollisionShapeFactory.java 119 private void randomizeTransform(Spatial spat){
120 spat.setLocalTranslation((float) Math.random() * 10, (float) Math.random() * 10, (float) Math.random() * 10);
121 spat.setLocalTranslation((float) Math.random() * 10, (float) Math.random() * 10, (float) Math.random() * 10);
122 spat.setLocalScale((float) Math.random() * 2, (float) Math.random() * 2, (float) Math.random() * 2);
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/
PhysicsSpace.java 490 Spatial spat = it.next(); local
491 addAll(spat);
537 Spatial spat = it.next(); local
538 removeAll(spat);
    [all...]
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/
PhysicsSpace.java 464 Spatial spat = it.next(); local
465 addAll(spat);
511 Spatial spat = it.next(); local
512 removeAll(spat);
    [all...]

Completed in 37 milliseconds