Sciweavers

GRAPHICSINTERFACE
1998

Ray-tracing Procedural Displacement Shaders

13 years 6 months ago
Ray-tracing Procedural Displacement Shaders
Displacement maps and procedural displacement shaders are a widely used approach of specifying geometric detail and increasing the visual complexity of a scene. While it is relatively straightforward to handle displacement shaders in pipeline based rendering systems such as the Reyes-architecture, it is much harder to efficiently integrate displacement-mapped surfaces in ray-tracers. Many commercial ray-tracers tessellate the surface into a multitude of small triangles. This introduces a series of problems such as excessive memory consumption and possibly undetected surface detail. In this paper we describe a novel way of ray-tracing procedural displacement shaders directly, that is, without introducing intermediate geometry. Affine arithmetic is used to compute bounding boxes for the shader over any range in the parameter domain. The method is comparable to the direct ray-tracing of B
Wolfgang Heidrich, Hans-Peter Seidel
Added 01 Nov 2010
Updated 01 Nov 2010
Type Conference
Year 1998
Where GRAPHICSINTERFACE
Authors Wolfgang Heidrich, Hans-Peter Seidel
Comments (0)