POV-Ray : Newsgroups : povray.general : What is this??? : Re: What is this??? Server Time
11 Aug 2024 13:15:16 EDT (-0400)
  Re: What is this???  
From: Mike
Date: 14 Jul 1999 10:51:08
Message: <378CA219.7F5C1803@aol.com>
It seems to be a by-product of ramp_wave.  Adding sine_wave makes it
disappear, but there also seems to some strange things happening with
onion near the origin.  I found something really cool trying this out
though.  Check this out:

camera {
   location <0, .01, 0>
   look_at 0
}

light_source {100*y, color 1}

plane {
   y, 0
   pigment {color 0}
   normal {onion 1.5 sine_wave}
   finish {ambient 0 diffuse 0 phong 1 phong_size 300}
}

Oh, and render this one big and stare at it for about a minute. :)

camera {
   location <0, 20, 0>
   look_at 0
}

light_source {100*y, color 1}

plane {
   y, 0
   pigment {color 0}
   normal {onion 1.5 sine_wave}
   finish {ambient 0 diffuse 0 phong 1 phong_size 10}
}

While you are looking at it, think about this - You are getting very
sleepy...your eyelids are getting heavy...when you awaken you will cluck
like a chicken.

-Mike


Post a reply to this message

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