RenderMode: Difference between revisions
From Crumbled World Wiki
(Created page with "{{:RenderModeExampleCode}} ==Enum== {| class="wikitable" !|Name !|Value !|Description |- |points | | |- |lines | | |- |lineStrip | | |- |lineLoop | | |- |triangles | | |- |triangleStrip | | |- |trinagleFan | | |- |quads | | |- |quadStrip | | |- |polygon | | |- |}") |
(No difference)
|
Latest revision as of 14:25, 5 July 2025
Enum
| Name | Value | Description |
|---|---|---|
| points | ||
| lines | ||
| lineStrip | ||
| lineLoop | ||
| triangles | ||
| triangleStrip | ||
| trinagleFan | ||
| quads | ||
| quadStrip | ||
| polygon |