Normand Briere
2019-08-26 6266c8a4b2485b29a7d5bcb217460d7aad3e1c4a
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.25f;
19
+
20
+ flipV = true;
1821 }
1922
2023 Object3D deepCopy()