Package gov.nasa.worldwind.draw
Class DrawableScreenTexture
- java.lang.Object
-
- gov.nasa.worldwind.draw.DrawableScreenTexture
-
-
Field Summary
Fields Modifier and Type Field Description ColorcolorbooleanenableDepthTestBasicShaderProgramprogramTexturetextureMatrix4unitSquareTransform
-
Constructor Summary
Constructors Constructor Description DrawableScreenTexture()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddraw(DrawContext dc)static DrawableScreenTextureobtain(Pool<DrawableScreenTexture> pool)voidrecycle()
-
-
-
Field Detail
-
program
public BasicShaderProgram program
-
unitSquareTransform
public final Matrix4 unitSquareTransform
-
color
public final Color color
-
texture
public Texture texture
-
enableDepthTest
public boolean enableDepthTest
-
-
Method Detail
-
obtain
public static DrawableScreenTexture obtain(Pool<DrawableScreenTexture> pool)
-
draw
public void draw(DrawContext dc)
-
-