Home | History | Annotate | Download | only in bullet

Lines Matching refs:box

23 import com.jme3.scene.shape.Box;
48 Box floorBox = new Box(140, 0.25f, 140);
61 Box box = new Box(0.25f, 0.25f, 0.25f);
62 Geometry boxGeometry = new Geometry("Box", box);
65 //RigidBodyControl automatically uses box collision shapes when attached to single geometry with box mesh
90 Box floorBox = new Box(140, 0.25f, 140);
114 //immovable Box with mesh collision shape
115 Box box = new Box(1, 1, 1);
116 Geometry boxGeometry = new Geometry("Box", box);
119 boxGeometry.addControl(new RigidBodyControl(new MeshCollisionShape(box), 0));
126 * creates a box geometry with a RigidBodyControl
133 Box box = new Box(0.25f, 0.25f, 0.25f);
134 Geometry boxGeometry = new Geometry("Box", box);
136 //RigidBodyControl automatically uses box collision shapes when attached to single geometry with box mesh