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

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
CompoundCollisionShape.java 49 * A CompoundCollisionShape allows combining multiple base shapes
53 public class CompoundCollisionShape extends CollisionShape {
57 public CompoundCollisionShape() {
81 if(shape instanceof CompoundCollisionShape){
93 if(shape instanceof CompoundCollisionShape){
123 * WARNING - CompoundCollisionShape scaling has no effect.
127 Logger.getLogger(this.getClass().getName()).log(Level.WARNING, "CompoundCollisionShape cannot be scaled");
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
CompoundCollisionShape.java 52 * A CompoundCollisionShape allows combining multiple base shapes
56 public class CompoundCollisionShape extends CollisionShape {
60 public CompoundCollisionShape() {
82 if(shape instanceof CompoundCollisionShape){
93 if(shape instanceof CompoundCollisionShape){
121 * WARNING - CompoundCollisionShape scaling has no effect.
125 Logger.getLogger(this.getClass().getName()).log(Level.WARNING, "CompoundCollisionShape cannot be scaled");

Completed in 9517 milliseconds