iOS: add POT textures test (#443)

This commit is contained in:
Longri
2017-11-12 07:36:04 +01:00
committed by Emux
parent df784f6f68
commit 9c3488e107
4 changed files with 124 additions and 10 deletions

View File

@@ -38,11 +38,12 @@ public class ExampleLauncher extends IOSApplication.Delegate {
float scale = (float) (getIosVersion() >= 8 ? UIScreen.getMainScreen().getNativeScale() : UIScreen.getMainScreen().getScale());
CanvasAdapter.dpi *= scale;
IOSMapApp iosMapApp = new IOSMapApp();
// IOSLineTexTest iosMapApp = new IOSLineTexTest();
// IOSMapAppCluster iosMapApp = new IOSMapAppCluster();
// IOSMapApp iosMapApp = new IOSMapApp();
// IOSPathLayerTest iosMapApp = new IOSPathLayerTest();
IOSLineTexBucketTest iosMapApp = new IOSLineTexBucketTest();
// iOS needs POT textures for drawing lines with texture
Parameters.POT_TEXTURES = true;
iosMapApp.init();