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/dynamic/DynamicRenderer.java
106 106

  
107 107
   public void onSurfaceCreated(GL10 glUnused, EGLConfig config)
108 108
     {
109
     DistortedLibrary.onCreate(mView.getContext(),this);
109
     DistortedLibrary.onSurfaceCreated(mView.getContext(),this);
110 110
     }
111 111

  
112 112
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff