Class DrawableGroundAtmosphere
- java.lang.Object
-
- gov.nasa.worldwind.layer.atmosphere.DrawableGroundAtmosphere
-
-
Field Summary
Fields Modifier and Type Field Description doubleglobeRadiusVec3lightDirectionTexturenightTextureGroundProgramprogram
-
Constructor Summary
Constructors Constructor Description DrawableGroundAtmosphere()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddraw(DrawContext dc)static DrawableGroundAtmosphereobtain(Pool<DrawableGroundAtmosphere> pool)voidrecycle()
-
-
-
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)
-
-