public class VectorTileRenderer extends TileRenderer
| Modifier and Type | Field and Description |
|---|---|
protected int |
mClipMode |
protected GLMatrix |
mClipMVP |
protected GLMatrix |
mClipProj |
protected int |
mDrawSerial
Current number of frames drawn, used to not draw a
tile twice per frame.
|
FADE_TIME, MAX_TILE_LOAD, mDrawTiles, mLayerAlpha, mOverdrawColor, mProxyTileCnt| Constructor and Description |
|---|
VectorTileRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
drawChildren(MapTile t,
GLViewport v) |
protected void |
drawGrandParent(MapTile t,
GLViewport v) |
protected boolean |
drawParent(MapTile t,
GLViewport v) |
void |
render(GLViewport v)
2.
|
clearTiles, getMinFade, getVisibleTiles, getVisibleTiles, releaseTiles, setBitmapAlpha, setOverdrawColor, setTileManager, updateisReady, setReady, setupprotected int mClipMode
protected GLMatrix mClipProj
protected GLMatrix mClipMVP
protected int mDrawSerial
public void render(GLViewport v)
LayerRendererrender in class LayerRendererprotected boolean drawChildren(MapTile t, GLViewport v)
protected boolean drawParent(MapTile t, GLViewport v)
protected void drawGrandParent(MapTile t, GLViewport v)