Normand Briere
2019-08-16 64e20f390e4b8e58bd0006dde8fa10fba1dac1d5
Camera.java
....@@ -71,7 +71,7 @@
7171 perspective = false;
7272 break;
7373 case 4: // Default light
74
- location = LA.newVector(10, 30, 20);
74
+ location = LA.newVector(-10, 30, 20);
7575 perspective = false;
7676 break;
7777 }
....@@ -319,7 +319,7 @@
319319 location.set(lookAt);
320320 lookAt.set(cStatic.point1);
321321
322
- computeTransform();
322
+ //computeTransform();
323323 }
324324
325325 //synchronized // june 2014