Ray-tracing (graphics)

From Wiki @ Karl Jones dot com
Revision as of 11:44, 16 October 2016 by Karl Jones (Talk | contribs) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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