Normand Briere
2019-09-18 f9325048496d7cdbcad233f8a6b84c88e79adcc2
cMaterial.java
....@@ -41,7 +41,6 @@
4141
4242 public cMaterial(cMaterial mat)
4343 {
44
- this();
4544 if (mat != null)
4645 {
4746 Set(mat);
....@@ -363,7 +362,7 @@
363362
364363 float color = 0.5f, modulation /*SATURATION*/ = 0.001f, metalness = 0.001f;
365364 float diffuse = 1f, specular = 0.25f, shininess = 0.75f, shift = 1;
366
- float ambient = 0.001f, lightarea = 0.025f, factor = 0.001f, velvet = 0.001f;
365
+ float ambient = 0.001f, lightarea = 0.005f, factor = 0.001f, velvet = 0.001f;
367366 float sheen = 1f, subsurface = 0.001f, bump = 0.75f, aniso = 0.001f, anisoV = 0.001f;
368367 float cameralight = 0.5f, diffuseness = 0.001f, shadow = 5f, texture = 1f, opacity = 1;
369368 float fakedepth = 0.5f, shadowbias = 0.01f; // 0.001f;