Package gov.nasa.worldwind.draw
Class DrawableLines
- java.lang.Object
-
- gov.nasa.worldwind.draw.DrawableLines
-
-
Field Summary
Fields Modifier and Type Field Description Color
color
boolean
enableDepthTest
float
lineWidth
Matrix4
mvpMatrix
BasicShaderProgram
program
float[]
vertexPoints
-
Constructor Summary
Constructors Constructor Description DrawableLines()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
draw(DrawContext dc)
Performs the actual rendering of the Placemark.static DrawableLines
obtain(Pool<DrawableLines> pool)
void
recycle()
-
-
-
Field Detail
-
program
public BasicShaderProgram program
-
vertexPoints
public final float[] vertexPoints
-
mvpMatrix
public final Matrix4 mvpMatrix
-
color
public final Color color
-
lineWidth
public float lineWidth
-
enableDepthTest
public boolean enableDepthTest
-
-
Method Detail
-
obtain
public static DrawableLines obtain(Pool<DrawableLines> pool)
-
draw
public void draw(DrawContext dc)
Performs the actual rendering of the Placemark.
-
-