Class DrawableSkyAtmosphere
- java.lang.Object
-
- gov.nasa.worldwind.layer.atmosphere.DrawableSkyAtmosphere
-
-
Field Summary
Fields Modifier and Type Field Description double
globeRadius
Vec3
lightDirection
SkyProgram
program
BufferObject
triStripElements
BufferObject
vertexPoints
-
Constructor Summary
Constructors Constructor Description DrawableSkyAtmosphere()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
draw(DrawContext dc)
static DrawableSkyAtmosphere
obtain(Pool<DrawableSkyAtmosphere> pool)
void
recycle()
-
-
-
Field Detail
-
program
public SkyProgram program
-
vertexPoints
public BufferObject vertexPoints
-
triStripElements
public BufferObject triStripElements
-
lightDirection
public final Vec3 lightDirection
-
globeRadius
public double globeRadius
-
-
Method Detail
-
obtain
public static DrawableSkyAtmosphere obtain(Pool<DrawableSkyAtmosphere> pool)
-
draw
public void draw(DrawContext dc)
-
-