public interface DrawableTerrain extends Drawable
Modifier and Type | Method and Description |
---|---|
boolean |
drawLines(DrawContext dc) |
boolean |
drawTriangles(DrawContext dc) |
Sector |
getSector() |
Vec3 |
getVertexOrigin() |
boolean |
useVertexPointAttrib(DrawContext dc,
int attribLocation) |
boolean |
useVertexTexCoordAttrib(DrawContext dc,
int attribLocation) |
Sector getSector()
Vec3 getVertexOrigin()
boolean useVertexPointAttrib(DrawContext dc, int attribLocation)
boolean useVertexTexCoordAttrib(DrawContext dc, int attribLocation)
boolean drawLines(DrawContext dc)
boolean drawTriangles(DrawContext dc)