POV-Ray : Newsgroups : povray.binaries.animations : Note: May do Groovy Things to Your Eyes (473 kb) : Re: May do Groovy Things to Your Eyes (473 kb) Server Time
19 Jul 2024 11:38:26 EDT (-0400)
  Re: May do Groovy Things to Your Eyes (473 kb)  
From: Ben T  Scheele
Date: 12 Dec 2002 11:40:43
Message: <3df8bc0b@news.povray.org>
"Tek" wrote in message:

 > That reminds me of an animation I did of cones moving according to pov's
 > vturbulence() function,

I think I might have seen that.  At least something like it.  It's a cool
idea.

> Anyway, your animation's very nice.

Thanks

> I suggest trying some more complicated
> functions.

I surely will

> BTW, how does it decide what colour to use?

here's how:
...
  #declare theta = atan(y_prime/x_prime);
  #declare rot = degrees(theta);
  #declare col = rot/90;
...
pigment{ rgb <.75+col,.4,.75-col> }
...


-Ben Scheele


Post a reply to this message

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