com.jme3.terrain.geomipmap.lodcalc
インタフェース LodThreshold

すべてのスーパーインタフェース:
java.lang.Cloneable, Savable
既知の実装クラスの一覧:
SimpleLodThreshold

public interface LodThreshold
extends Savable, java.lang.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.


メソッドの概要
 LodThreshold clone()
           
 float getLodDistanceThreshold()
          A distance of how far between each LOD threshold.
 
インタフェース com.jme3.export.Savable から継承されたメソッド
read, write
 

メソッドの詳細

getLodDistanceThreshold

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


clone

LodThreshold clone()