com.jme3.terrain.geomipmap
Class LODGeomap.VerboseIntBuffer

java.lang.Object
  extended by com.jme3.terrain.geomipmap.LODGeomap.VerboseIntBuffer
Enclosing class:
LODGeomap

public class LODGeomap.VerboseIntBuffer
extends java.lang.Object

Keeps a count of the number of indexes, good for debugging


Constructor Summary
LODGeomap.VerboseIntBuffer(java.nio.IntBuffer d)
           
 
Method Summary
 int getCount()
           
 void put(int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LODGeomap.VerboseIntBuffer

public LODGeomap.VerboseIntBuffer(java.nio.IntBuffer d)
Method Detail

put

public void put(int value)

getCount

public int getCount()