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/olimpic/OlimpicRenderer.java
140 140
        for(int j=0; j<NUM_LEAVES; j++) mCircleNode[i].attach(mLeaf, mEffects[j], mMesh);
141 141
        }
142 142

  
143
      mScreen = new DistortedScreen(mView);
143
      mScreen = new DistortedScreen();
144 144
      mScreen.attach(mRoot);
145 145
      }
146 146

  

Also available in: Unified diff