Home | History | Annotate | Download | only in bullet

Lines Matching refs:Vector3f

52 import com.jme3.math.Vector3f;
103 brick = new Box(Vector3f.ZERO, brickWidth, brickHeight, brickDepth);
110 this.cam.setLocation(new Vector3f(0, 25f, 8f));
111 cam.lookAt(Vector3f.ZERO, new Vector3f(0, 1, 0));
117 bsr.setDirection(new Vector3f(-1, -1, -1).normalizeLocal());
163 Vector3f vt = new Vector3f((float)(tempX), (float)(tempY), (float)(tempZ));
181 Box floorBox = new Box(Vector3f.ZERO, 10f, 0.1f, 5f);
214 public void addBrick(Vector3f ori) {