Project

General

Profile

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

examples / src / main / java / org / distorted / examples / deform / DeformActivity.java @ 107e4b72

# Date Author Comment
42f65cb4 06/09/2017 03:45 PM Leszek Koltunski

Further progress with Apps.

01782e85 06/07/2017 05:18 PM Leszek Koltunski

Progress with support for Effect classes.

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...

baeda47e 04/03/2017 05:14 PM Leszek Koltunski

Improve Deform.

6f3024ae 12/15/2016 10:50 PM Leszek Koltunski

Fix a lot of Lint warnings in the apps.

91786be2 11/24/2016 12:58 AM Leszek Koltunski

DEFORM: add support for Regions

30c71dd5 11/04/2016 10:49 AM Leszek Koltunski

Remove 'statics' from the Deform app

7abd1d00 06/24/2016 01:05 PM Leszek Koltunski

make the 'Deform' app much more flexible (now we can mix effects atthe same time!)

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

Add License

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

Initial commit