|
|
On 1/23/2017 9:24 AM, Benjamin Chambers wrote:
> If POV-Ray ever gets a re-write from scratch, it might happen.
> Otherwise, the current method seems fine.
Alternatively, we could try implementing it for very specific cases.
For instance, running hit tests against objects... If you have an area
light, you could run large arrays of hit tests (16x16 or larger would
probably benefit from this) against individual objects to see if they
obscure the light source.
Also, as a first pass on the scene, you could run hit tests against
every single object, and generate a map of the intersections.
Both of those would, of course, be run AFTER bounding-box tests, to skip
objects entirely.
Post a reply to this message
|
|