POV-Ray : Newsgroups : povray.advanced-users : modulo / math funktions : Re: modulo / math funktions Server Time
29 Jul 2024 16:24:06 EDT (-0400)
  Re: modulo / math funktions  
From:
Date: 29 Oct 2001 11:25:02
Message: <bj0rttsen87jqdpfen56p8450jmkva6q8o@4ax.com>
On Mon, 29 Oct 2001 17:23:04 +0100, marabou <not### [at] availableyet> wrote:

> that was it. thank you very well.

BTW: there are much more advanced questions within
povray.newusers group :-)

ABX
--
#declare _=function(a,b,x){((a^2)+(b^2))^.5-x}#default {pigment{color rgb 1}}
union{plane{y,-3}plane{-x,-3}finish{reflection 1 ambient 0}}isosurface{ //ABX
function{_(x-2,y,1)|_((x+y)*.7,z,.1)|_((x+y+2)*.7,z,.1)|_(x/2+y*.8+1.5,z,.1)}
contained_by{box{<0,-3,-.1>,<3,0,.1>}}translate z*15finish{ambient 1}}//POV35


Post a reply to this message

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