|
 |
I was just looking through textures.inc and I found this:
#declare Shadow_Clouds =
texture { // The blue sky background for the
clouds
pigment { rgb <0.196078, 0.6, 0.8> }
finish { ambient 0.7 diffuse 0 }
}
texture { // The upper part of the clouds
pigment { FBM_Clouds }
finish { ambient 1.0 diffuse 0 }
}
texture { // The darker underside of the clouds
pigment { FBM_Clouds translate -0.15*y }
finish { ambient 0.6 diffuse 0 }
}
This gives the error message you said it would, so I wonder why it's in
there?
--
...coffee?...yes please! extra sugar,extra cream...Thank you.
Post a reply to this message
|
 |