Home | History | Annotate | Download | only in water

Lines Matching refs:Box

27 import com.jme3.scene.shape.Box;
174 Geometry box;
177 //creating a transluscent box
178 box = new Geometry("box", new Box(new Vector3f(0, 0, 0), 50, 50, 50));
184 box.setMaterial(mat);
185 box.setQueueBucket(Bucket.Translucent);
193 box.setLocalTranslation(-600, 0, 300);
195 //attaching the box to the post viewport
196 //Don't forget to updateGeometricState() the box in the simpleUpdate
197 // post.attachScene(box);
199 rootNode.attachChild(box);
281 // box.updateGeometricState();