POV-Ray : Newsgroups : povray.newusers : object{macro()} fails because union : Re: object{macro()} fails because union Server Time
5 Sep 2024 04:18:58 EDT (-0400)
  Re: object{macro()} fails because union  
From: Marc-Hendrik Bremer
Date: 29 Nov 2001 07:26:40
Message: <3c062980@news.povray.org>
Hi!

What you are ending with is something like this:

object{union{sphere {0,0}
            sphere {0,0}
            }
       union{sphere {0,0}
            sphere{0,0}
            }
      }

and Pov does not take it, because you have not one object in the
object{}-statement, but several.
If you enclose the while()-loop of fachwand() in another union, everything
should work okay, 'cause you get one union in the object statement.

Hth,

Marc-Hendrik


Post a reply to this message

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