Circle map style: use GL quads or GL points #122

This commit is contained in:
Emux
2016-12-08 14:30:05 +02:00
parent 4cd11462da
commit b6dc72bbb6
5 changed files with 79 additions and 12 deletions

View File

@@ -14,6 +14,7 @@
*/
package org.oscim.test;
import org.oscim.backend.GLAdapter;
import org.oscim.backend.canvas.Color;
import org.oscim.core.GeometryBuffer;
import org.oscim.gdx.GdxMap;
@@ -73,6 +74,9 @@ public class CircleTest extends GdxMap {
}
public static void main(String[] args) {
// Draw circles with quads or points
GLAdapter.CIRCLE_QUADS = false;
GdxMapApp.init();
GdxMapApp.run(new CircleTest());
}