Searched refs:ghostObject (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/test/jme3test/bullet/
H A DBombControl.java36 private PhysicsGhostObject ghostObject; field in class:BombControl
88 ghostObject = new PhysicsGhostObject(new SphereCollisionShape(explosionRadius));
96 space.add(ghostObject);
97 ghostObject.setPhysicsLocation(getPhysicsLocation(vector));
116 for (Iterator<PhysicsCollisionObject> it = ghostObject.getOverlappingObjects().iterator(); it.hasNext();) {
131 space.remove(ghostObject);

Completed in 161 milliseconds