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/catanddog/CatAndDogRenderer.java
99 99
      mEffects.apply( new MatrixEffectScale(diScale));
100 100
      mEffects.apply( new MatrixEffectRotate( diRotate, new Static3D(0,0,1), mRotate) );
101 101

  
102
      mScreen = new DistortedScreen(mView);
102
      mScreen = new DistortedScreen();
103 103
      }
104 104

  
105 105
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff