Normand Briere
2019-08-26 6266c8a4b2485b29a7d5bcb217460d7aad3e1c4a
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(-5, 15, 10);
7575 perspective = false;
7676 break;
7777 }
....@@ -106,6 +106,15 @@
106106 background = LA.newVector(0.8, 0.8, 0.8);
107107 }
108108
109
+ void CreateMaterial(boolean multiply)
110
+ {
111
+ super.CreateMaterial(multiply);
112
+
113
+ material.shift = 90;
114
+ material.cameralight = 0.2f;
115
+ material.shadowbias = 10;
116
+ }
117
+
109118 void setAspect(int width, int height)
110119 {
111120 //hAspect = width;