protected abstract static class TrackRenderer.Shape extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
glListId |
protected boolean |
isInitialized |
protected String |
name |
protected GLUquadric |
quadric |
Modifier | Constructor and Description |
---|---|
protected |
Shape() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
doRender(DrawContext dc,
Vec4 point,
double radius) |
protected void |
initialize(DrawContext dc) |
protected void |
render(DrawContext dc,
Vec4 point,
double radius) |
protected int glListId
protected boolean isInitialized
protected String name
protected GLUquadric quadric
protected abstract void doRender(DrawContext dc, Vec4 point, double radius)
protected void initialize(DrawContext dc)
protected void render(DrawContext dc, Vec4 point, double radius)