C++
virtual GS::ErrorStatus setMaxLODs( int nLevels ) = 0;
Description
This function sets the number of tessellations that the Graphics System will cache for dynamic tessellation.
Increasing the value of nLevels requires more memory.
For return value meanings, see the GS::ErrorStatus documentation.
Parameters
Parameters | Description |
---|---|
nLevels | Integer value ranging from 1 to 10 representing the number of tessellations to be cached |