|
 |
Am 30.11.2017 um 14:37 schrieb Bald Eagle:
> It's always the simplest things... (facepalm)
>
> I was just fiddling with the very beginnings of something, and of course it's
> all gone off the rails for no reason that I can see.
>
> Perhaps someone can tell me why my WHITE boxes in a WHITE scene with a WHITE
> light source are .... anything but.
> #declare BoxTex = texture {pigment {rgb <1, 1, 1>} finish {diffuse 0}}
Use `diffuse 1` and everything will be fine.
The truth is that pigment doesn't dictate the colour of an object --
pigment AND diffuse do, and the values multiply.
Post a reply to this message
|
 |