Normand Briere
2019-08-26 6266c8a4b2485b29a7d5bcb217460d7aad3e1c4a
cMaterial.java
....@@ -362,10 +362,10 @@
362362 // }
363363
364364 float color = 0.5f, modulation /*SATURATION*/ = 0.001f, metalness = 0.001f;
365
- float diffuse = 0.75f, specular = 0.25f, shininess = 0.75f, shift = 1;
365
+ float diffuse = 1f, specular = 0.25f, shininess = 0.75f, shift = 1;
366366 float ambient = 0.001f, lightarea = 0.025f, factor = 0.001f, velvet = 0.001f;
367367 float sheen = 1f, subsurface = 0.001f, bump = 0.75f, aniso = 0.001f, anisoV = 0.001f;
368
- float cameralight = 0.3f, diffuseness = 0.001f, shadow = 5f, texture = 1f, opacity = 1;
368
+ float cameralight = 0.5f, diffuseness = 0.001f, shadow = 5f, texture = 1f, opacity = 1;
369369 float fakedepth = 0.5f, shadowbias = 0.01f; // 0.001f;
370370
371371 float parallax = 0;