Project

General

Profile

« Previous | Next » 

Revision e7a4ef16

Added by Leszek Koltunski over 7 years ago

Minor stuff

View differences:

src/main/java/org/distorted/examples/aroundtheworld/AroundTheWorldRendererPicker.java
73 73

  
74 74
	@Override public void onSurfaceCreated(GL10 glUnused, EGLConfig config)
75 75
	  {
76
		GLES20.glClearColor(0.2f, 0.2f, 0.2f, 1.0f);
76
		GLES20.glClearColor(0.5f, 0.5f, 0.5f, 1.0f);
77 77

  
78 78
		final float eyeX = 0.0f;
79 79
		final float eyeY = 0.0f;

Also available in: Unified diff