Template:Rendmodes: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Doom64hunter (talk | contribs) m Readded links that were removed previously. |
||
Line 10: | Line 10: | ||
| 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]] | ||
|- | |- | ||
|} | |} |
Revision as of 23:28, 14 June 2021
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 |