This commit is contained in:
Bryce Covert
2021-01-16 12:18:39 -08:00
parent 1fd7c36e87
commit f14f3a6735
53 changed files with 1222 additions and 2290 deletions

View File

@@ -41,7 +41,6 @@ public class IOSLauncher extends IOSApplication.Delegate {
IOSApplicationConfiguration config = new IOSApplicationConfiguration();
// config.colorFormat = GLKViewDrawableColorFormat.SRGBA8888;
// config.depthFormat = GLKViewDrawableDepthFormat._24;
config.orientationPortrait = true;
config.orientationLandscape = true;
config.preferredFramesPerSecond = 30;
config.useAccelerometer=false;