progres.s
This commit is contained in:
@@ -14,8 +14,8 @@ import org.robovm.apple.glkit.GLKViewDrawableDepthFormat;
|
||||
public class IOSLauncher extends IOSApplication.Delegate {
|
||||
protected IOSApplication createApplication() {
|
||||
IOSApplicationConfiguration config = new IOSApplicationConfiguration();
|
||||
config.colorFormat = GLKViewDrawableColorFormat.SRGBA8888;
|
||||
config.depthFormat = GLKViewDrawableDepthFormat._24;
|
||||
// config.colorFormat = GLKViewDrawableColorFormat.SRGBA8888;
|
||||
// config.depthFormat = GLKViewDrawableDepthFormat._24;
|
||||
config.orientationPortrait = false;
|
||||
config.orientationLandscape = true;
|
||||
config.preferredFramesPerSecond = 30;
|
||||
|
||||
Reference in New Issue
Block a user