POV-Ray : Newsgroups : povray.tools.general : povclipse2 : Re: povclipse2 Server Time
26 Apr 2024 13:55:33 EDT (-0400)
  Re: povclipse2  
From: dick balaska
Date: 26 Jan 2017 18:02:10
Message: <588a7ff2$1@news.povray.org>
Am 2017-01-17 07:08, also sprach clipka:
> Am 17.01.2017 um 10:53 schrieb dick balaska:

>> I had to break spec only once...
>
> Wow, that's impressive!
>

Eh crap. Two other failures (that I've used in my own code).
Basically, I can't deal with mixed (broken) nesting between directives 
and objects.

1)
#declare MyObject=
     #if (1)
         box {0,1}
     #else
         box {2,3}
     #end

2)
#declare MyObject=
     #if (needUnion)
         union {
     #end
     #for (I,0,needUnion)
         box {0,1}
     #end
     #if (needUnion)
         }
     #end

-- 
dik


Post a reply to this message

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