Interface | Description |
---|---|
LodCalculator |
Calculate the Level of Detail of a terrain patch based on the
cameras, or other locations.
|
LodThreshold |
Calculates the LOD value based on where the camera is.
|
Class | Description |
---|---|
DistanceLodCalculator |
Calculates the LOD of the terrain based on its distance from the
cameras.
|
PerspectiveLodCalculator | |
SimpleLodThreshold |
Just multiplies the terrain patch size by 2.
|