$darkmode
Suckless OGL 1.0.0
A lean, high-performance C11 PBR Renderer
Geometry Generation

Icosphere generation limits. More...

Enumerations

enum  { MIN_SUBDIV = 0 , MAX_SUBDIV = 6 , CUBEMAP_SIZE = 1024 , INITIAL_SUBDIVISIONS = 3 }
 

Detailed Description

Icosphere generation limits.

Enumeration Type Documentation

◆ anonymous enum

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 
Deprecated:
Unused since the switch to Equirectangular mapping. Kept for ABI compatibility or potential future shadow maps.
INITIAL_SUBDIVISIONS 

Starting subdivision level when the app launches.