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/wind/WindRenderer.java
166 166
      VertexEffectScale.enable();
167 167
      VertexEffectDeform.enable();
168 168
      VertexEffectWave.enable();
169
      DistortedLibrary.onCreate(mView.getContext(), this);
169
      DistortedLibrary.onSurfaceCreated(mView.getContext(), this);
170 170
      }
171 171

  
172 172
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff