Home | History | Annotate | Download | only in control

Lines Matching refs:Vector3f

42 import com.jme3.math.Vector3f;
53 private Vector3f look;
54 private Vector3f left;
85 look = new Vector3f();
86 left = new Vector3f();
128 rotateAxial(cam, Vector3f.UNIT_Y);
131 rotateAxial(cam, Vector3f.UNIT_Z);
152 Vector3f xzp = left;
157 if (xzp.equals(Vector3f.ZERO)) {
211 private void rotateAxial(Camera camera, Vector3f axis) {
303 look = (Vector3f) capsule.readSavable("look", null);
304 left = (Vector3f) capsule.readSavable("left", null);