Difference between revisions of "Render"
From polycount
(Redirected page to Glossary#Rendering) |
EricChadwick (Talk | contribs) (restored and revised) |
||
Line 1: | Line 1: | ||
− | + | Rendering is the transformation of 3D data by the [[:Category:GameEngines|game engine]] into 2D frames for display on your computer screen (or TV). | |
+ | |||
+ | For game artists, this specifically refers to [[RealTime]] rendering, where the individual frames must be drawn as fast as possible. | ||
+ | ---- | ||
+ | [[Category:Glossary]] [[Category:Rendering]] |
Latest revision as of 19:25, 19 March 2015
Rendering is the transformation of 3D data by the game engine into 2D frames for display on your computer screen (or TV).
For game artists, this specifically refers to RealTime rendering, where the individual frames must be drawn as fast as possible.