gov.nasa.worldwind.globes
Class RectangularTessellator.RenderInfo
java.lang.Object
gov.nasa.worldwind.globes.RectangularTessellator.RenderInfo
- Enclosing class:
- RectangularTessellator
protected static class RectangularTessellator.RenderInfo
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
density
protected final int density
indices
protected final IntBuffer indices
referenceCenter
protected final Vec4 referenceCenter
resolution
protected final int resolution
texCoords
protected final DoubleBuffer texCoords
vertices
protected final DoubleBuffer vertices
RectangularTessellator.RenderInfo
protected RectangularTessellator.RenderInfo(int density,
DoubleBuffer vertices,
DoubleBuffer texCoords,
Vec4 refCenter,
int resolution)
getSizeInBytes
protected long getSizeInBytes()