|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme3.terrain.geomipmap.lodcalc.util.EntropyComputeUtil
public class EntropyComputeUtil
Computes the entropy value δ (delta) for a given terrain block and LOD level. See the geomipmapping paper section "2.3.1 Choosing the appropriate GeoMipMap level"
Constructor Summary | |
---|---|
EntropyComputeUtil()
|
Method Summary | |
---|---|
static float |
computeLodEntropy(Mesh terrainBlock,
java.nio.IntBuffer lodIndices)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EntropyComputeUtil()
Method Detail |
---|
public static float computeLodEntropy(Mesh terrainBlock, java.nio.IntBuffer lodIndices)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |