Open Access. Powered by Scholars. Published by Universities.®

Computer Sciences Commons

Open Access. Powered by Scholars. Published by Universities.®

Graduate Theses and Dissertations

2014

Applied sciences

Articles 1 - 1 of 1

Full-Text Articles in Computer Sciences

Efficient Ray Tracing For Mobile Devices, Rafael De Melo Aroxa May 2014

Efficient Ray Tracing For Mobile Devices, Rafael De Melo Aroxa

Graduate Theses and Dissertations

The demand for mobile devices with higher graphics performance has increased substantially in the past few years. Most mobile applications that demand 3D graphics use commonly available frameworks, such as Unity and Unreal Engine. In mobile devices, these frameworks are built on top of OpenGL ES and use a graphics technique called rasterization, a simple concept that yields good performance without sacrificing graphic quality. However, rasterization cannot easily handle some physical phenomena of light (i.e. reflection and refraction). In order to support such effects, the graphics framework has to emulate them, thereby leading to suboptimal results in term of quality. …