Project

General

Profile

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

examples / src / main / java / org / distorted / examples / mirror / MirrorActivity.java @ 107e4b72

# Date Author Comment
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...

76c9dd1d 12/16/2016 03:33 PM Leszek Koltunski

Slight improvement for the Mirror app.

03a2fd30 12/16/2016 02:12 PM Leszek Koltunski

First attempt at the 'Mirror' app.