POV-Ray : Newsgroups : povray.text.scene-files : A little something fun to play with : Re: A little something fun to play with Server Time
8 Jul 2024 11:25:42 EDT (-0400)
  Re: A little something fun to play with  
From: Ron Parker
Date: 18 Apr 2001 17:47:25
Message: <slrn9ds2rg.dd2.ron.parker@fwi.com>
On 18 Apr 2001 17:10:07 -0400, ingo wrote:
>in <slr### [at] fwicom> Ron Parker wrote:
>
>> A little something I've been messing around with... 
>
>Ahhh, I like! It will be disected first thing tomorrw morning.
>A very small rotation around x or z gives a nice "fading" effect.

Hey, that's pretty cool.  Now I know why I keep posting stuff like this
here; it always seems to grow.

Try replacing this bit:
      
      #while(i<6)
        [i/6 G rotate(30+60*i)*y]
        [(i+1)/6 G rotate(30+60*i)*y]
        #local i=i+1;
      #end

with this:

      #while(i<12)
        [i/12 G rotate(15+30*i)*y]
        [(i+1)/12 G rotate(15+30*i)*y]
        #local i=i+1;
      #end

-- 
Ron Parker   http://www2.fwi.com/~parkerr/traces.html
My opinions.  Mine.  Not anyone else's.


Post a reply to this message

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