Package com.jme3.shader.bufferobject
Class DirtyRegionsIterator
java.lang.Object
com.jme3.shader.bufferobject.DirtyRegionsIterator
- All Implemented Interfaces:
- Iterator<BufferRegion>
An helper class that iterates and merges dirty regions
- 
Constructor Details- 
DirtyRegionsIterator
 
- 
- 
Method Details- 
rewindpublic void rewind()
- 
hasNextpublic boolean hasNext()- Specified by:
- hasNextin interface- Iterator<BufferRegion>
 
- 
next- Specified by:
- nextin interface- Iterator<BufferRegion>
 
 
-