Project

General

Profile

« Previous | Next » 

Revision 7c72e798

Added by Leszek Koltunski over 3 years ago

1) Beginnings of support for using the library from more than one activity
2) rename DistortedLibrary.onCreate() to onSurfaceCreated()
3) (rubik) add Cambodia's flag.

View differences:

src/main/java/org/distorted/examples/sink/SinkRenderer.java
125 125
    mScreen.attach(mTexture,mEffects,mMesh);
126 126

  
127 127
    VertexEffectSink.enable();
128
    DistortedLibrary.onCreate(mView.getContext(), this);
128
    DistortedLibrary.onSurfaceCreated(mView.getContext(), this);
129 129
    }
130 130

  
131 131
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff