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/quaternion/QuaternionRenderer.java
96 96
    effects.apply(new MatrixEffectScale(mScale));
97 97
    effects.apply( new MatrixEffectQuaternion(rot,mCenter) );
98 98

  
99
    mScreen = new DistortedScreen(mView);
99
    mScreen = new DistortedScreen();
100 100
    mScreen.attach(mTexture,effects,mMesh);
101 101
    }
102 102

  

Also available in: Unified diff