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/deferredjob/DeferredJobRenderer.java
135 135
      DistortedLibrary.setMax(EffectType.VERTEX, 11);
136 136
      VertexEffectRotate.enable();
137 137

  
138
      DistortedLibrary.onCreate(mView.getContext(),this);
138
      DistortedLibrary.onSurfaceCreated(mView.getContext(),this);
139 139
      }
140 140

  
141 141
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff