POV-Ray : Newsgroups : povray.newusers : radial frequency 1.8 : Re: radial frequency 1.8 Server Time
5 Sep 2024 04:16:08 EDT (-0400)
  Re: radial frequency 1.8  
From: KalleK
Date: 12 Nov 2001 15:34:35
Message: <3bf0325b$1@news.povray.org>
> Try using the image map index instead of frequency.
>
>
> /// start
> difference{
>   torus{15 10}
>   intersection{
>     plane{-z 0}
>     plane{-z 0 rotate y*20}
>   }
>   pigment{radial frequency 1
>     color_map{
>       [0 rgb <1,0,0>]
>       [200/360 rgb <0,1,0>]
>     }
>   }
>   translate -5*y
> }
>
> /// end
>
>
> -tgq
>
Doh!
Well - I didn't think of that. I must be stupid...
(But do an animation of my pseudocode and look at the strange
behaviour - if you have the time. Shall I post to p.b-t - I'm using
3.5 [beta])

Thank you!

cukk


Post a reply to this message

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