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

/external/jmonkeyengine/engine/src/test/jme3test/bullet/
H A DBombControl.java35 private float explosionRadius = 10; field in class:BombControl
88 ghostObject = new PhysicsGhostObject(new SphereCollisionShape(explosionRadius));
122 float force = explosionRadius - vector2.length();
157 * @return the explosionRadius
160 return explosionRadius;
164 * @param explosionRadius the explosionRadius to set
166 public void setExplosionRadius(float explosionRadius) { argument
167 this.explosionRadius = explosionRadius;
[all...]

Completed in 74 milliseconds