Searched defs:distTolerance (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
H A DLodControl.java63 private float distTolerance = 1f; field in class:LodControl
83 return distTolerance;
91 * @param distTolerance distance tolerance for changing LOD
93 public void setDistTolerance(float distTolerance) { argument
94 this.distTolerance = distTolerance;
159 if (Math.abs(newDistance - lastDistance) <= distTolerance)
189 oc.write(distTolerance, "distTolerance", 1f);
199 distTolerance
[all...]

Completed in 91 milliseconds