Modifier and Type | Field and Description |
---|---|
Color |
color |
boolean |
enableDepthTest |
float |
lineWidth |
Matrix4 |
mvpMatrix |
BasicShaderProgram |
program |
float[] |
vertexPoints |
Constructor and Description |
---|
DrawableLines() |
Modifier and Type | Method and Description |
---|---|
void |
draw(DrawContext dc)
Performs the actual rendering of the Placemark.
|
static DrawableLines |
obtain(Pool<DrawableLines> pool) |
void |
recycle() |
public BasicShaderProgram program
public float[] vertexPoints
public Matrix4 mvpMatrix
public Color color
public float lineWidth
public boolean enableDepthTest
public static DrawableLines obtain(Pool<DrawableLines> pool)
public void draw(DrawContext dc)