.. | .. |
---|
362 | 362 | float diffuse = 0.75f, specular = 0.25f, shininess = 0.75f, shift = 1; |
---|
363 | 363 | float ambient = 0.001f, lightarea = 0.025f, factor = 0.001f, velvet = 0.001f; |
---|
364 | 364 | float sheen = 1f, subsurface = 0.001f, bump = 0.75f, aniso = 0.001f, anisoV = 0.001f; |
---|
365 | | - float cameralight = 0.2f, diffuseness = 0.001f, shadow = 5f, texture = 1f, opacity = 1; |
---|
| 365 | + float cameralight = 0.3f, diffuseness = 0.001f, shadow = 5f, texture = 1f, opacity = 1; |
---|
366 | 366 | float fakedepth = 0.5f, shadowbias = 0.01f; // 0.001f; |
---|
367 | 367 | |
---|
368 | 368 | boolean multiply; |
---|