$darkmode
Icosphere generation limits. More...
Enumerations | |
| enum | { MIN_SUBDIV = 0 , MAX_SUBDIV = 6 , CUBEMAP_SIZE = 1024 , INITIAL_SUBDIVISIONS = 3 } |
Icosphere generation limits.
| anonymous enum |
| Enumerator | |
|---|---|
| MIN_SUBDIV | Minimum recursive subdivision level for the icosphere (12 vertices). |
| MAX_SUBDIV | Maximum subdivision level. Level 6 generates ~40k vertices per sphere. |
| CUBEMAP_SIZE |
|
| INITIAL_SUBDIVISIONS | Starting subdivision level when the app launches. |