Revision 371bb4c5
Added by Leszek Koltunski about 4 years ago
src/main/java/org/distorted/main/RubikRenderer.java | ||
---|---|---|
127 | 127 |
VertexEffectQuaternion.enable(); |
128 | 128 |
BaseEffect.Type.enableEffects(); |
129 | 129 |
|
130 |
DistortedLibrary.onCreate(mView.getContext(),this,1);
|
|
130 |
DistortedLibrary.onSurfaceCreated(mView.getContext(),this,1);
|
|
131 | 131 |
} |
132 | 132 |
|
133 | 133 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
Also available in: Unified diff
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.