|
 |
Le 17-11-30 à 08:37, Bald Eagle a écrit :
> /*
> #default {
> texture {
> pigment {rgb <1, 1, 1>*0}
> finish {specular 0.4}
> }
> }
> */
That's black
> #declare BoxTex = texture {pigment {rgb <1, 1, 1>} finish {diffuse 0}}
>
This also result in a black texture. diffuse 0 = don't give back any
light at all.
Post a reply to this message
|
 |