Interface LodThreshold

All Superinterfaces:
Cloneable, com.jme3.export.Savable
All Known Implementing Classes:
SimpleLodThreshold

public interface LodThreshold extends com.jme3.export.Savable, Cloneable
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.
Author:
bowens
  • Method Summary

    Modifier and Type
    Method
    Description
     
    float
    A distance of how far between each LOD threshold.

    Methods inherited from interface com.jme3.export.Savable

    read, write
  • Method Details

    • getLodDistanceThreshold

      float getLodDistanceThreshold()
      A distance of how far between each LOD threshold.
    • clone

      LodThreshold clone()