POV-Ray : Newsgroups : povray.general : Gravity well. Need iso-pigment help? : Re: Gravity well. Need iso-pigment help? Server Time
7 Aug 2024 17:25:02 EDT (-0400)
  Re: Gravity well. Need iso-pigment help?  
From: Bill DeWitt
Date: 31 Jul 2001 00:19:31
Message: <3b6631d3$1@news.povray.org>
"Alberto" <jac### [at] usbve> wrote :
>
> Below is an example
>
> #version unofficial MegaPov 0.7;
> camera{location <0, .5, -5> look_at -2*y angle 60}
>
> light_source{<0, .5, -5>  rgb 1  shadowless}
>
> isosurface{
>   function{y + (x*x + z*z)^(-1/2)}
>   contained_by{box -<2,3,0> <2,2,2>}
>   pigment{
>     function{ if(sin(exp(1.5*(y+3))),0,1)}
>     scale 1
>     color_map{[0 rgb x][1 rgb y]}
>   }
> }

    This works (but you knew that) now if I can just figure it out enough to
adapt it.... thanks again.


Post a reply to this message

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