POV-Ray : Newsgroups : povray.beta-test : Balustrade in Balcony : Re: Balustrade in Balcony Server Time
29 Jul 2024 08:10:02 EDT (-0400)
  Re: Balustrade in Balcony  
From: Christoph Hormann
Date: 24 Jun 2002 03:02:13
Message: <3D16C3F4.C12431AA@gmx.de>
Christoph Hormann wrote:
> 
> 
> Seems to be a small conversion typo, 'building.inc' line 93:
> 
> [...]

and a second time a few characters later, the whole line is:

  function { min(sqrt( x*x + y*y ) - fn_Rad(x, y, z), sqrt( x*x + y*y +
pow(abs(z*2),1.4)) - 1.0) }

instead of

  function { min(sqrt( x*y + y*y ) - fn_Rad(x, y, z), sqrt( x*y + y*y +
pow(abs(z*2),1.4)) - 1.0) }

I guess someone should check all the other scenes for such errors too...

Christoph

-- 
POV-Ray tutorials, IsoWood include,                 
TransSkin and more: http://www.tu-bs.de/~y0013390/  
Last updated 22 Jun. 2002 _____./\/^>_*_<^\/\.______


Post a reply to this message

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