(2019-09-02, 20:07)Orion Pobursky Wrote: Much better in my view. Black still looks too black but not disturbingly so.It might not just be a darkness issue, but rather an issue of clearly showing outlines.
I have added the following piece of code (almost similar to changing ldconfig.ldr):
Code:
if(colorID === 0) {
params.color = 0x1B1B1B;
params.roughness = 0;
}
Giving the following result:
I have previously moved the lights around to achieve proper reflections and nuances in the black surfaces, but we cannot expect users to do so.
I had hoped the directional light would help here, but is works poorly on curved surfaces.
This is what I can achieve by adding lights to highlight the black parts: