POV-Ray : Newsgroups : povray.binaries.images : Twisted Sunflower (~99kbu) : Re: Twisted Sunflower (~99kbu) Server Time
17 Aug 2024 08:14:50 EDT (-0400)
  Re: Twisted Sunflower (~99kbu)  
From: Redbeard (MDJohnson)
Date: 20 Oct 2001 19:13:15
Message: <3bd2050b$1@news.povray.org>
"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

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.