|
Isle
|

Go to the source code of this file.
Variables | |
| float | g_userMaxLodPower |
| [AI] Global variable storing the calculated LOD "power" value for the user, derived from base and max LOD. More... | |
| float | g_userMaxBase = 4.0f |
| float | g_userMaxLod = 3.6f |
| float | g_partsThreshold = 1000.0f |
| float g_partsThreshold = 1000.0f |
Definition at line 15 of file realtimeview.cpp.
| float g_userMaxBase = 4.0f |
Definition at line 9 of file realtimeview.cpp.
| float g_userMaxLod = 3.6f |
Definition at line 12 of file realtimeview.cpp.
| float g_userMaxLodPower |
[AI] Global variable storing the calculated LOD "power" value for the user, derived from base and max LOD.
Used for fast LOD calculations during rendering.
Definition at line 6 of file realtimeview.cpp.