“Real-time shadows, reflections, and transparency using a Z buffer/ray tracer hybrid” by Megahed
Conference:
Type(s):
Interest Area:
- Rendering
Title:
- Real-time shadows, reflections, and transparency using a Z buffer/ray tracer hybrid
Session/Category Title: Real-Time Rendering
Presenter(s)/Author(s):
Abstract:
Merging ray tracing with real-time hidden-surface algorithms such as the z-buffer algorithm offers a smooth transition from interactive display with approximate soft shadows, reflections, and transparency to full ray tracing with all of its associated effects. This is done by using the ray tracer only for tracing shading rays at the vertices of polygons and using another hidden-surface technique for hiddensurface removal in conjunction with Gouraud interpolation.