Package com.jme3.system.android
Class AndroidConfigChooser
java.lang.Object
com.jme3.system.android.AndroidConfigChooser
- All Implemented Interfaces:
 android.opengl.GLSurfaceView.EGLConfigChooser
public class AndroidConfigChooser
extends Object
implements android.opengl.GLSurfaceView.EGLConfigChooser
AndroidConfigChooser is used to determine the best suited EGL Config
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionjavax.microedition.khronos.egl.EGLConfigchooseConfig(javax.microedition.khronos.egl.EGL10 egl, javax.microedition.khronos.egl.EGLDisplay display) Gets called by the GLSurfaceView class to return the best config 
- 
Field Details
- 
settings
 
 - 
 - 
Constructor Details
- 
AndroidConfigChooser
 
 - 
 - 
Method Details
- 
chooseConfig
public 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- Specified by:
 chooseConfigin interfaceandroid.opengl.GLSurfaceView.EGLConfigChooser
 
 -