Normand Briere
2019-08-15 33504fc9a180903aace77613264550754fba5706
Camera.java
....@@ -20,7 +20,7 @@
2020 //<-2.2,0.7,-2> and pointed it at <-0.61,0.3,-0.6>
2121 // location = LA.newVector(2,0.7,-2);
2222 // lookAt = new cVector(0.6,0.3,-0.6);
23
- location = LA.newVector(6,4,4);
23
+ location = LA.newVector(6,2,4);
2424 lookAt = new cVector(0.0,0.5,0);
2525 direction = new cVector();
2626 toParent = LA.newMatrix();
....@@ -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 }