Class EntropyComputeUtil
java.lang.Object
com.jme3.terrain.geomipmap.lodcalc.util.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"
- 
Method Summary
Modifier and TypeMethodDescriptionstatic floatcomputeLodEntropy(Mesh terrainBlock, Buffer lodIndices)  
- 
Method Details
- 
computeLodEntropy
 
 -