Template:Rendmodes

From EDukeWiki
Revision as of 16:10, 20 February 2020 by Fox (talk | contribs) (Created page with "The following values are used with rendmode. {| {{prettytable}} !Exposed!!Value!!Label!!Description!! |- | No || 0 || REND_CLASSIC || Classic BUILD software |- | No || 1...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The following values are used with rendmode.

Exposed Value Label Description
No 0 REND_CLASSIC Classic BUILD software
No 1 Polymost Polymost - Polygonal flat-shaded software (removed)
No 2 Polymost - Polygonal textured software (removed)
No 3 REND_POLYMOST Polymost - Polygonal OpenGL
No 4 REND_POLYMER Polymer
define REND_CLASSIC                     0
define REND_POLYMOST                    3
define REND_POLYMER                     4