Template:Rendmodes: Difference between revisions
Jump to navigation
Jump to search
Created page with "The following values are used with rendmode. {| {{prettytable}} !Exposed!!Value!!Label!!Description!! |- | No || 0 || REND_CLASSIC || Classic BUILD software |- | No || 1..." |
No edit summary |
||
Line 16: | Line 16: | ||
|} | |} | ||
{| {{Collapse}} | |||
| <strong>Defines</strong> | |||
|- | |||
| | |||
define REND_CLASSIC 0 | define REND_CLASSIC 0 | ||
define REND_POLYMOST 3 | define REND_POLYMOST 3 | ||
define REND_POLYMER 4 | define REND_POLYMER 4 | ||
|} | |||
<noinclude>[[Category:Templates]]</noinclude> | <noinclude>[[Category:Templates]]</noinclude> | ||
<includeonly>[[Category:Pages with templates]]</includeonly> | <includeonly>[[Category:Pages with templates]]</includeonly> |
Revision as of 12:19, 22 February 2020
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 |
Defines |
define REND_CLASSIC 0 define REND_POLYMOST 3 define REND_POLYMER 4 |