Searched refs:selectedCollisionObject (Results 1 – 1 of 1) sorted by relevance
91 Geometry selectedCollisionObject; field in TerrainTestCollision174 selectedCollisionObject = collisionBox; in simpleInitApp()274 Vector3f oldLoc = selectedCollisionObject.getLocalTranslation().clone();275 selectedCollisionObject.move(-0.5f, 0, 0);278 Vector3f oldLoc = selectedCollisionObject.getLocalTranslation().clone();279 selectedCollisionObject.move(0.5f, 0, 0);282 Vector3f oldLoc = selectedCollisionObject.getLocalTranslation().clone();283 selectedCollisionObject.move(0, 0, 0.5f);286 Vector3f oldLoc = selectedCollisionObject.getLocalTranslation().clone();287 selectedCollisionObject.move(0, 0, -0.5f);[all …]