"Ross" <rli### [at] everestkcnet> schreef in bericht
news:40e1a82e$1@news.povray.org...
| "SomeOne" <ask### [at] yahoocouknospam> wrote in message
| news:40e1a38a$1@news.povray.org...
| > Hi,
| >
| > I'm having a problem with POV-ray that I don't understand. Scenes that I
| build
| > frequently produce this warnning:
| >
| > Parse Warning: CSG union unnecessarily bounded
| >
| > I'm not sure what causes this. I use one union that looks like this:
| >
| > #declare A = union{
| > object{ X }
| > object{ Y }
| > object{ Z }
| > }
|
| this is correct syntax. how are you defining objects X, Y, and Z?
|
E.g. X is declared as:
#declare X =
#include "file1.inc"
#include "file2.inc"
object
{ X2 }
"file1.inc" contains a set of declares that are used in the macro X2.
"file2.inc" defines the macro X2.
Post a reply to this message
|