POV-Ray : Newsgroups : povray.beta-test : [scenes] Balcony : [scenes] Balcony Server Time
30 Jul 2024 04:20:40 EDT (-0400)
  [scenes] Balcony  
From: Bonsai
Date: 10 Jan 2002 09:53:38
Message: <3c3daaf2$1@news.povray.org>
Hm, it seems that I'm a bit "lucky" in finding bugs in scene files today:

in scenes\advanced\balcony the small columns of the balustrade don't render
properly. This is due to the switch of the meaning of & and | in
isosurfaces. Just change in the definition of the small columns in
building.inc from

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

to

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

So long,

Bonsai

--
<--------------------------->
   ___ __ __  _ ___ ___  _
  | _ )  \  \( )  _) _ )( )
  | _ \() |\ \ |\ \/ _ \| |
  |___/__/_)\__)___)/ \_)_)

       www.b0n541.net
<--------------------------->


Post a reply to this message

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