Isle
Loading...
Searching...
No Matches
realtimeview.cpp File Reference
#include "realtimeview.h"
#include <math.h>
Include dependency graph for realtimeview.cpp:

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
 

Variable Documentation

◆ g_partsThreshold

float g_partsThreshold = 1000.0f

Definition at line 15 of file realtimeview.cpp.

◆ g_userMaxBase

float g_userMaxBase = 4.0f

Definition at line 9 of file realtimeview.cpp.

◆ g_userMaxLod

float g_userMaxLod = 3.6f

Definition at line 12 of file realtimeview.cpp.

◆ g_userMaxLodPower

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.