Camera.java
.. .. @@ -71,7 +71,7 @@ 71 71 perspective = false; 72 72 break; 73 73 case 4: // Default light 74 - location = LA.newVector(10, 30, 20);74 + location = LA.newVector(-10, 30, 20);75 75 perspective = false; 76 76 break; 77 77 } .. .. @@ -319,7 +319,7 @@ 319 319 location.set(lookAt); 320 320 lookAt.set(cStatic.point1); 321 321 322 - computeTransform();322 + //computeTransform();323 323 } 324 324 325 325 //synchronized // june 2014