You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to change background color, I try to change color at ImageGLSurfaceView in @Override public void onSurfaceChanged(GL10 gl, int width, int height) { GLES20.glClearColor(1.0f, 1.0f, 1.0f, 1.0f); mViewWidth = width; mViewHeight = height; calcViewport(); }
but it doesn't work the background is always black
The text was updated successfully, but these errors were encountered:
How to change background color, I try to change color at ImageGLSurfaceView in
@Override public void onSurfaceChanged(GL10 gl, int width, int height) { GLES20.glClearColor(1.0f, 1.0f, 1.0f, 1.0f); mViewWidth = width; mViewHeight = height; calcViewport(); }
but it doesn't work the background is always black
The text was updated successfully, but these errors were encountered: