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

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
CollisionShape.java 41 * This Object holds information about a jbullet CollisionShape to be able to reuse
46 public abstract class CollisionShape implements Savable {
52 public 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/
CollisionShape.java 40 * This Object holds information about a jbullet CollisionShape to be able to reuse
45 public abstract class CollisionShape implements Savable {
47 protected com.bulletphysics.collision.shapes.CollisionShape cShape;
51 public CollisionShape() {
71 public com.bulletphysics.collision.shapes.CollisionShape getCShape() {
78 public void setCShape(com.bulletphysics.collision.shapes.CollisionShape cShape) {

Completed in 58 milliseconds