Normand Briere
2019-09-18 f9325048496d7cdbcad233f8a6b84c88e79adcc2
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()