Normand Briere
2019-11-17 cb37a129d1adb403019c96e798e86e2da9667f15
Checker.java
....@@ -11,10 +11,13 @@
1111
1212 material = new cMaterial();
1313
14
- material.ambient = 100;
14
+ material.ambient = 1;
1515 material.specular = 0.001f;
1616 material.diffuse = 0.01f;
1717 material.cameralight = 0.001f;
18
+ material.opacity = 0.4f;
19
+
20
+ flipV = true;
1821 }
1922
2023 Object3D deepCopy()