Rendmode: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
Fox (talk | contribs)
No edit summary
 
Line 1: Line 1:
Contains the engine's rendering mode.
Contains the engine's rendering mode.


Mode numbers are:<br/>
== Values ==
0 - Classic BUILD software<br/>
 
<font color="808080">1 - Polymost - Polygonal flat-shaded software (removed)</font><br/>
{{Template:Rendmodes}}
<font color="808080">2 - Polymost - Polygonal textured software (removed)</font><br/>
3 - [[Polymost]] - Polygonal OpenGL<br/>
4 - [[Polymer]]


[[Category:Constantly updated gamevars]]
[[Category:Constantly updated gamevars]]

Latest revision as of 17:10, 20 February 2020

Contains the engine's rendering mode.

Values

The following values are used with rendmode.

Exposed Value Label Description
No 0 REND_CLASSIC Classic BUILD software
No 1 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
Defines
define REND_CLASSIC                     0
define REND_POLYMOST                    3
define REND_POLYMER                     4