Improving real time computer graphics quality using hybrid rendering
David Sundelius
Abstract
David Sundelius
Abstract
In computer graphics, there are two general approaches to achieve a picture that resembles reality; rasterization and ray tracing. Rasterization is often used for real time purposes. However, this approach makes it hard and costly to achieve some eects physically correct, for instance re ections and refractions. Ray tracing is a technique that is usually used for oine rendering but makes it much simpler to achieve correct re ections and refractions. Hybrid rendering combines rasterization and ray tracing in a way that tries to benet from both techniques. This thesis examine hybrid rendering solutions for real time use in the graphics engine Ogre3D using the ray tracing platform Nvidia Optix. The study has resulted in a plugin for Ogre3D that implements some of the usual raytracing techniques and allows the user to mark some of the virtual scene to be ray traced in real time, while the rest of the scene is rasterized.
A significance statement is not available in the OpenAlex record.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
In computer graphics, there are two general approaches to achieve a picture that resembles reality; rasterization and ray tracing. Rasterization is often used for real time purposes. However, this approach makes it hard and costly to achieve some eects physically correct, for instance re ections and refractions. Ray tracing is a technique that is usually used for oine rendering but makes it much simpler to achieve correct re ections and refractions. Hybrid rendering combines rasterization and ray tracing in a way that tries to benet from both techniques. This thesis examine hybrid rendering solutions for real time use in the graphics engine Ogre3D using the ray tracing platform Nvidia Optix. The study has resulted in a plugin for Ogre3D that implements some of the usual raytracing techniques and allows the user to mark some of the virtual scene to be ray traced in real time, while the rest of the scene is rasterized.
Key concepts: Rendering (computer graphics), Computer graphics (images), Computer science, Ray tracing (physics), Real-time rendering, Computer graphics, Graphics, Software rendering