POV-Ray : Newsgroups : povray.pov4.discussion.general : Solution to coincident surfaces : Re: Solution to coincident surfaces Server Time
25 Apr 2024 23:04:15 EDT (-0400)
  Re: Solution to coincident surfaces  
From: Warp
Date: 3 Jul 2009 20:10:43
Message: <4a4e9e02@news.povray.org>
Tim Attwood <tim### [at] anti-spamcomcastnet> wrote:
> If during parse the order that objects are added
> is preserved (by adding an index possibly), then 
> later when they're being traced against, check the 
> objects in the current bounding slab in that order.
> That way a coincident surface will always return
> the same texture, the one from the object that was
> encountered first during parse.

  The problem is not deciding which surface to choose, but detecting
the coincident surfaces. Even if you consider surfaces which are "close
enough to each other" as coincident, there may be situations where they
are still not detected. For example, if the two objects are in different
branches of the bounding box hierarchy and their bounding boxes don't
overlap, the other object might be completely skipped from consideration
if the first object was hit.

  It can also cause interesting problems with transparent surfaces.
Basically you would be removing one of the coincident surfaces, and
which one is removed depends on the direction of the ray.

-- 
                                                          - Warp


Post a reply to this message

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