Difference between revisions of "Render"
From polycount
(created rendering. Should probably add both real-time and offline renderer descriptions to Engine) |
EricChadwick (Talk | contribs) (restored and revised) |
||
(2 intermediate revisions by 2 users not shown) | |||
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: | + | [[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.