Project

General

Profile

« Previous | Next » 

Revision e4330c89

Added by Leszek Koltunski almost 7 years ago

Change of API: move setting the EGL context back to the APP.

View differences:

src/main/java/org/distorted/examples/cubes/CubesRenderer.java
92 92
      mEffects.apply( new MatrixEffectQuaternion(quatInt1, mCenter) );
93 93
      mEffects.apply( new MatrixEffectQuaternion(quatInt2, mCenter) );
94 94

  
95
      mScreen = new DistortedScreen(mView);
95
      mScreen = new DistortedScreen();
96 96
      }
97 97

  
98 98
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff