Camera.java
.. .. @@ -20,7 +20,7 @@ 20 20 //<-2.2,0.7,-2> and pointed it at <-0.61,0.3,-0.6> 21 21 // location = LA.newVector(2,0.7,-2); 22 22 // lookAt = new cVector(0.6,0.3,-0.6); 23 - location = LA.newVector(6,4,4);23 + location = LA.newVector(6,2,4);24 24 lookAt = new cVector(0.0,0.5,0); 25 25 direction = new cVector(); 26 26 toParent = LA.newMatrix();