refactor ExtrusionRenderer
- extract tile specific parts to BuildingRenderer - sort tiles by distance for compilation - slow down fade out animation
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
package org.oscim.gdx;
|
||||
|
||||
import org.oscim.layers.TileGridLayer;
|
||||
import org.oscim.layers.tile.vector.BuildingLayer;
|
||||
import org.oscim.layers.tile.buildings.BuildingLayer;
|
||||
import org.oscim.layers.tile.vector.VectorTileLayer;
|
||||
import org.oscim.layers.tile.vector.labeling.LabelLayer;
|
||||
import org.oscim.map.Layers;
|
||||
|
||||
Reference in New Issue
Block a user