Searched defs:CollisionShape (Results 1 - 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
H A DCollisionShape.java41 * This Object holds information about a jbullet CollisionShape to be able to reuse
46 public abstract class CollisionShape implements Savable { class in inherits:Savable
52 public CollisionShape() { method in class:CollisionShape
125 Logger.getLogger(this.getClass().getName()).log(Level.INFO, "Finalizing CollisionShape {0}", Long.toHexString(objectId));
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
H A DCollisionShape.java40 * This Object holds information about a jbullet CollisionShape to be able to reuse
45 public abstract class CollisionShape implements Savable { class in inherits:Savable
47 protected com.bulletphysics.collision.shapes.CollisionShape cShape;
51 public CollisionShape() { method in class:CollisionShape
71 public com.bulletphysics.collision.shapes.CollisionShape getCShape() {
78 public void setCShape(com.bulletphysics.collision.shapes.CollisionShape cShape) {

Completed in 154 milliseconds