Hi Matadem, in MOI style colors control both wire color (for curves and edges) and shaded surface color.
When the color is full black it will use that for the wire color but full black for a shaded surface is usually not good it is difficult to see details.
So for the case of r,g,b = all zeros it will use wire color of r,g,b 0,0,0 but shaded surface will use white.
If you want a black shaded surface you will need to use something other than r,g,b 0,0,0 like 1,1,1 for example.
- Michael
|