Interface LodThreshold
- All Known Implementing Classes:
- SimpleLodThreshold
Calculates the LOD value based on where the camera is.
 This is plugged into the Terrain system and any terrain
 using LOD will use this to determine when a patch of the 
 terrain should switch Levels of Detail.
- 
Method SummaryModifier and TypeMethodDescriptionclone()floatA distance of how far between each LOD threshold.
- 
Method Details- 
getLodDistanceThresholdfloat getLodDistanceThreshold()A distance of how far between each LOD threshold.
- 
cloneLodThreshold clone()
 
-