Raytracing Engine

“In computer graphics, ray tracing is a technique for generating an image by tracing the path of light through pixels in an image plane and simulating the effects of its encounters with virtual objects. The technique is capable of producing a very high degree of visual realism, usually higher than that of typical scanline rendering methods, but at a greater computational cost. This makes ray tracing best suited for applications where the image can be rendered slowly ahead of time, such as in still images and film and television visual effects, and more poorly suited for real-time applications like video games where speed is critical. Ray tracing is capable of simulating a wide variety of optical effects, such as reflection and refraction, scattering, and dispersion phenomena”

source: Wikipedia

Here are some preview images from our Raytracing engine which will be used in one of upcoming live wallpapers for Android. The engineĀ supports unlimited number of objects and light sources on the scene; full camera movement / rotation with a fish-eye effect; plane / sphere / cube object intersection; flat / diffuse / gouraud / phong shading models; high depth reflections and shadows.