@Override public void onSurfaceChanged(GL10 gl, int width, int height) { Log.i("OnSurfaceChange", "in"); NativeLib.initOSG(width, height); }
@Override public void onDrawFrame(GL10 gl) { NativeLib.OSGRun(); }