Project

General

Profile

« Previous | Next » 

Revision 5b893eee

Added by Leszek Koltunski almost 4 years ago

Object node: size of screenWidth.

View differences:

src/main/java/org/distorted/main/RubikRenderer.java
84 84

  
85 85
   RubikRenderer(RubikSurfaceView v)
86 86
     {
87
     final float BRIGHTNESS = 0.1f;
87
     final float BRIGHTNESS = 0.19f;
88 88

  
89 89
     mView = v;
90 90
     mFPS = new Fps();
91 91
     mScreen = new DistortedScreen();
92 92
     mScreen.glClearColor(BRIGHTNESS, BRIGHTNESS, BRIGHTNESS, 1.0f);
93
     //mScreen.showFPS();
93 94
     }
94 95

  
95 96
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff