POV-Ray : Newsgroups : povray.general : Parse Error: No matching } in 'union', object identifier found instead : Re: Parse Error: No matching } in 'union', object identifier found instead Server Time
17 Jun 2024 04:54:06 EDT (-0400)
  Re: Parse Error: No matching } in 'union', object identifier found instead  
From: Kenneth
Date: 21 Jan 2019 08:10:00
Message: <web.5c45c46879c392cecd98345b0@news.povray.org>
"kendfrey" <nomail@nomail> wrote:
> I'm getting this error when trying to create a union of predefined objects.

A simpler form of this quirk actually does work:
#declare Foo = sphere { <0, 0, 0>, 0.1 };

Foo // no object wrapper needed

But I don't know if this trick works if there is any intervening code between
the #declare and Foo. Give it a try ;-)


Post a reply to this message

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