Checker.java
.. .. @@ -11,10 +11,13 @@ 11 11 12 12 material = new cMaterial(); 13 13 14 - material.ambient = 100;14 + material.ambient = 1;15 15 material.specular = 0.001f; 16 16 material.diffuse = 0.01f; 17 17 material.cameralight = 0.001f; 18 + material.opacity = 0.4f;19 +20 + flipV = true;18 21 } 19 22 20 23 Object3D deepCopy()