Difference between revisions of "Ray-tracing (graphics)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "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 simulati...")
 
(No difference)

Latest revision as of 10:44, 16 October 2016

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.

Description

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 (such as chromatic aberration).

See also

External links