POV-Ray : Newsgroups : povray.general : # of objects in a model : Re: # of objects in a model Server Time
5 Aug 2024 00:17:54 EDT (-0400)
  Re: # of objects in a model  
From: Slime
Date: 16 Jan 2003 20:03:46
Message: <3e275672$1@news.povray.org>
> POV-Ray's parser splits unions (including nested unions, to
> any depth) until it "hits" a primitive, or a non-union compound object.

I had heard this before. I was wondering, how does it handle, say:

intersection {
sphere{...}
union {
sphere{...}
sphere{...}
}
}

without retaining the union? (assume all three spheres intersect.)

 - Slime
[ http://www.slimeland.com/ ]


Post a reply to this message

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