POV-Ray : Newsgroups : povray.text.tutorials : isomaze tutorial : Re: isomaze tutorial Server Time
25 Apr 2024 18:23:28 EDT (-0400)
  Re: isomaze tutorial  
From: ABX
Date: 31 Jul 2002 02:19:30
Message: <f70fkucrskkm7o0o0bviamth9vado0auic@4ax.com>

> #declare f_box=function{f_torus_1(x,y,z)|f_torus_2(x,y,z)|f_torus_3(x,y,z)}

to use this script in final 3.5 it is necessary to change this line to

#declare f_box=function{min(f_torus_1(x,y,z),f_torus_2(x,y,z),f_torus_3(x,y,z))}

ABX


Post a reply to this message

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