Package gov.nasa.worldwind.draw
Class DrawableLines
- java.lang.Object
-
- gov.nasa.worldwind.draw.DrawableLines
-
-
Field Summary
Fields Modifier and Type Field Description ColorcolorbooleanenableDepthTestfloatlineWidthMatrix4mvpMatrixBasicShaderProgramprogramfloat[]vertexPoints
-
Constructor Summary
Constructors Constructor Description DrawableLines()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddraw(DrawContext dc)Performs the actual rendering of the Placemark.static DrawableLinesobtain(Pool<DrawableLines> pool)voidrecycle()
-
-
-
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.
-
-