Project

General

Profile

Download (8.09 KB) Statistics
| Branch: | Revision:

examples / src / main / java / org / distorted / examples / movingeffects / MovingEffectsActivity.java @ b0ebdf5e

# Date Author Comment
b0ebdf5e 04/18/2017 02:30 PM Leszek Koltunski

Major:

1) in the Library, fix the fact that some applications (those that were creating their DistortedSurface objects outside of onSurfaceCreated or onSurfaceChanged) would not render after the activity went to background (press POWER to see that).
2) in the Apps, call the new 'Distorted.onPause()' API to fix the above problem...

f6d884d5 12/13/2016 12:42 PM Leszek Koltunski

Complete the split DistortedObject -> (DistortedTexture,DistortedEffectQueue)

4562f295 11/04/2016 11:50 AM Leszek Koltunski

Tidy up 'Moving effects'

4348b52e 08/09/2016 01:52 PM Leszek Koltunski

Fix the 'Moving Effects' app

bc0a685b 06/14/2016 10:08 PM Leszek Koltunski

Add License

5068fa06 05/25/2016 08:12 PM Leszek Koltunski

Initial commit