NASA World Wind

gov.nasa.worldwind.globes
Class RectangularTessellator.RenderInfo

java.lang.Object
  extended by gov.nasa.worldwind.globes.RectangularTessellator.RenderInfo
Enclosing class:
RectangularTessellator

protected static class RectangularTessellator.RenderInfo
extends Object


Field Summary
protected  int density
           
protected  IntBuffer indices
           
protected  Vec4 referenceCenter
           
protected  int resolution
           
protected  DoubleBuffer texCoords
           
protected  DoubleBuffer vertices
           
 
Constructor Summary
protected RectangularTessellator.RenderInfo(int density, DoubleBuffer vertices, DoubleBuffer texCoords, Vec4 refCenter, int resolution)
           
 
Method Summary
protected  long getSizeInBytes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

RectangularTessellator.RenderInfo

protected RectangularTessellator.RenderInfo(int density,
                                            DoubleBuffer vertices,
                                            DoubleBuffer texCoords,
                                            Vec4 refCenter,
                                            int resolution)
Method Detail

getSizeInBytes

protected long getSizeInBytes()

NASA World Wind