Class AnalyticSurface.RenderInfo
- java.lang.Object
-
- gov.nasa.worldwindx.examples.analytics.AnalyticSurface.RenderInfo
-
- Enclosing class:
- AnalyticSurface
protected static class AnalyticSurface.RenderInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.nio.FloatBuffercartesianNormalBufferprotected java.nio.FloatBuffercartesianVertexBufferprotected java.nio.ByteBuffercolorBufferprotected java.nio.FloatBuffergeographicVertexBufferprotected intgridHeightprotected intgridWidthprotected java.nio.IntBufferinteriorIndexBufferprotected java.nio.IntBufferoutlineIndexBufferprotected java.nio.ByteBuffershadowColorBuffer
-
Constructor Summary
Constructors Constructor Description RenderInfo(int gridWidth, int gridHeight)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddrawInterior(DrawContext dc)voiddrawOutline(DrawContext dc)intgetGridHeight()intgetGridWidth()intgetNumVertices()
-
-
-
Field Detail
-
gridWidth
protected final int gridWidth
-
gridHeight
protected final int gridHeight
-
interiorIndexBuffer
protected final java.nio.IntBuffer interiorIndexBuffer
-
outlineIndexBuffer
protected final java.nio.IntBuffer outlineIndexBuffer
-
cartesianVertexBuffer
protected final java.nio.FloatBuffer cartesianVertexBuffer
-
cartesianNormalBuffer
protected final java.nio.FloatBuffer cartesianNormalBuffer
-
geographicVertexBuffer
protected final java.nio.FloatBuffer geographicVertexBuffer
-
colorBuffer
protected final java.nio.ByteBuffer colorBuffer
-
shadowColorBuffer
protected final java.nio.ByteBuffer shadowColorBuffer
-
-
Method Detail
-
getGridWidth
public int getGridWidth()
-
getGridHeight
public int getGridHeight()
-
getNumVertices
public int getNumVertices()
-
drawInterior
public void drawInterior(DrawContext dc)
-
drawOutline
public void drawOutline(DrawContext dc)
-
-