Difference between revisions of "RayTrace"
From polycount
(Redirected page to Glossary#Raytrace) |
EricChadwick (Talk | contribs) (restored and revised) |
||
Line 1: | Line 1: | ||
− | + | Raytracing is a way of rendering a 3D image such that each screen pixel follows the path of every ray of light which influences its color. Raytracing is typically too slow to be interactive, but optimized versions are being developed for specific game purposes, see [[Whitepapers]]. | |
+ | |||
+ | ---- | ||
+ | [[Category:Glossary]][[Category:Rendering]] |
Latest revision as of 20:22, 19 March 2015
Raytracing is a way of rendering a 3D image such that each screen pixel follows the path of every ray of light which influences its color. Raytracing is typically too slow to be interactive, but optimized versions are being developed for specific game purposes, see Whitepapers.