Cone tracing
From Wikipedia, the free encyclopedia
Cone tracing is a derivative of the ray tracing algorithm that replaces rays, which have no thickness, with cones. Cone tracing is related to beam tracing, but uses circular rather than polygonal cross sections.
Cone tracing solves certain problems related to sampling and aliasing, which can plague conventional ray tracing. However, cones tracing creates a host of problems of its own. For example, just intersecting a cone with scene geometry leads to an enormous variety of possible results. For this reason, cone tracing has always been unpopular. In recent years, increases in computer speed have made Monte Carlo algorithms like distributed ray tracing much more viable than cone tracing, which has been all but forgotten.