POV-Ray : Newsgroups : povray.beta-test : Balustrade in Balcony : Re: Balustrade in Balcony Server Time
29 Jul 2024 08:19:17 EDT (-0400)
  Re: Balustrade in Balcony  
From: Christoph Hormann
Date: 24 Jun 2002 02:57:55
Message: <3D16C2F3.714CE26@gmx.de>
Bonsai wrote:
> 
> Hi,
> 
> the balustrade in the scene balcony.pov in /scenes/advanced/balcony
> doesn't render correctly in RC 6. The isosurface function of the small
> columns is not correct. Maybe due to the change from ^ to pow().
> 

Seems to be a small conversion typo, 'building.inc' line 93:

  function { min(sqrt( x*x + y*y ) - ...

instead of

  function { min(sqrt( x*y + y*y ) - ...


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.