@MISC{Igehy99tracingray, author = {Homan Igehy}, title = {Tracing Ray Differentials}, year = {1999} }
Years of Citing Articles
Bookmark
OpenURL
Abstract
Antialiasing of ray traced images is typically performed by supersampling the image plane. While this type of filtering works well for many algorithms, it is much more efficient to perform filtering locally on a surface for algorithms such as texture mapping. In order to perform this type of filtering, one must not only trace the ray passing through the pixel, but also have some approximation of the distance to neighboring rays hitting the surface (i.e., a ray's footprint). In this paper, we present a fast, simple, robust scheme for tracking such a quantity based on ray differentials, derivatives of the ray with respect to the image plane. CR Categories and Subject Descriptors: I.3.7 [Computer Graphics]: Three-Dimensional Graphics and Realism -- color, shading, shadowing, and texture; raytracing. 1 INTRODUCTION Ray tracing [18] is an image generation technique that is able to accurately model many phenomena which are difficult or impossible to produce with a traditional graphics pip...