|
|
"Tony[B]" <ben### [at] catholicorg> wrote in message
news:3bd1cec0@news.povray.org...
> Pretty. Looks like a milky plastic.
>
>
Thanks!
I guess it does, kinda. A lot of that comes from the reflection of the
sky_sphere, I think. The texture on the "sunflower" is:
texture
{
pigment { Gold * (mod(A, 0.5) + 0.5) }
finish { Shiny reflection 0.7 }
}
where A is the current angle within the sunflower, ranging from 0 to
radians(160000). Yes, there's 160,000 degrees of sunflower there :-)
Michael
--
#declare R=<8,4,.6>/3;#declare C=function{pattern{object{text{ttf"crystal.ttf"
"MDJ"1,0translate-R/4}}}}camera{location-z*30}box{-R,R pigment{rgbf 1}interior
{media{emission.1density{function{C(x,y,z)}density_map{[0mandel 50color_map{[0
rgb 0][.2rgb x][1rgb x+y]}interior 1,1.5scale 60translate<-33.75,2.85>exponent
4][1rgb<2,2>]}}}}scale 24hollow}// (c) 2001 MDJohnson red### [at] wvadelphianet
Post a reply to this message
|
|