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/meshjoin/MeshJoinRenderer.java
132 132
      DistortedLibrary.setMax(EffectType.VERTEX, 11);
133 133
      VertexEffectSink.enable();
134 134

  
135
      DistortedLibrary.onCreate(mView.getContext(), this);
135
      DistortedLibrary.onSurfaceCreated(mView.getContext(), this);
136 136
      }
137 137

  
138 138
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff