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/starwars/StarWarsRenderer.java
141 141
        mStarEffects[i] = new DistortedEffects(mStarEffects[0], Distorted.CLONE_VERTEX);
142 142
      }
143 143

  
144
    mScreen = new DistortedScreen(mView);
144
    mScreen = new DistortedScreen();
145 145
    mScreen.setProjection(FOV_ANGLE, 0.02f);
146 146
    }
147 147

  

Also available in: Unified diff