Template:Rendmodes: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Fox (talk | contribs)
No edit summary
Fox (talk | contribs)
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
<noinclude>{{Template}}</noinclude>
The following values are used with [[rendmode]].
The following values are used with [[rendmode]].


Line 6: Line 8:
| No || 0 || REND_CLASSIC || Classic BUILD software
| No || 0 || REND_CLASSIC || Classic BUILD software
|-
|-
| No || 1 || Polymost || Polymost - Polygonal flat-shaded software (removed)
| No || 1 || || Polymost - Polygonal flat-shaded software (removed)
|-
|-
| No || 2 ||  || Polymost - Polygonal textured software (removed)
| No || 2 ||  || Polymost - Polygonal textured software (removed)
|-
|-
| No || 3 || REND_POLYMOST || Polymost - Polygonal OpenGL
| No || 3 || REND_POLYMOST || [[Polymost]] - Polygonal OpenGL
|-
|-
| No || 4 || REND_POLYMER || Polymer
| No || 4 || REND_POLYMER || [[Polymer]]
|-
|-
|}
|}

Latest revision as of 16:57, 12 September 2021

This page is a template.
This page was created to be included in other pages.


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