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/listener/ListenerRenderer.java
183 183
     DistortedLibrary.setMax(EffectType.VERTEX,NUM_CONCURRENT_BUBBLES+1);
184 184
     VertexEffectDistort.enable();
185 185

  
186
     DistortedLibrary.onCreate(mView.getContext(), this);
186
     DistortedLibrary.onSurfaceCreated(mView.getContext(), this);
187 187
     }
188 188

  
189 189
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff