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