Package gov.nasa.worldwind.draw
Class DrawableScreenTexture
- java.lang.Object
-
- gov.nasa.worldwind.draw.DrawableScreenTexture
-
-
Field Summary
Fields Modifier and Type Field Description Color
color
boolean
enableDepthTest
BasicShaderProgram
program
Texture
texture
Matrix4
unitSquareTransform
-
Constructor Summary
Constructors Constructor Description DrawableScreenTexture()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
draw(DrawContext dc)
static DrawableScreenTexture
obtain(Pool<DrawableScreenTexture> pool)
void
recycle()
-
-
-
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)
-
-