public class AndroidConfigChooser
extends java.lang.Object
implements android.opengl.GLSurfaceView.EGLConfigChooser
| Modifier and Type | Field and Description |
|---|---|
protected com.jme3.system.AppSettings |
settings |
| Constructor and Description |
|---|
AndroidConfigChooser(com.jme3.system.AppSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
javax.microedition.khronos.egl.EGLConfig |
chooseConfig(javax.microedition.khronos.egl.EGL10 egl,
javax.microedition.khronos.egl.EGLDisplay display)
Gets called by the GLSurfaceView class to return the best config
|
public AndroidConfigChooser(com.jme3.system.AppSettings settings)
public javax.microedition.khronos.egl.EGLConfig chooseConfig(javax.microedition.khronos.egl.EGL10 egl,
javax.microedition.khronos.egl.EGLDisplay display)
chooseConfig in interface android.opengl.GLSurfaceView.EGLConfigChooser