Project

General

Profile

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

library / src / main / java / org / distorted / library / EffectTypes.java @ 50642a86

# Date Author Comment
4c1dd6e9 12/17/2016 01:20 AM Leszek Koltunski

Beginnings of support for postprocessing Effects.

cacc63de 12/15/2016 11:37 PM Leszek Koltunski

Fix Lint warnings, correct a lot of comments, adjust EffectListener interface.

7b8086eb 12/14/2016 11:23 PM Leszek Koltunski

Minor.

98455aa2 12/07/2016 11:58 PM Leszek Koltunski

Turn the former 'FOV' app into 'Projection' app that also checks the (x,y) the camera looks at.

ece19d5a 11/04/2016 10:38 AM Leszek Koltunski

Tidy up 'Cubes' app

07651f8f 07/13/2016 01:01 AM Leszek Koltunski

beginnings of support for drawing the Region in Vertex3D app.

cdd6333d 06/15/2016 03:14 PM Leszek Koltunski

Move the 'Save' effect to the Application and remove the 'OTHER' effect queue

d333eb6b 06/14/2016 04:24 PM Leszek Koltunski

Add license

c6e1c219 06/13/2016 12:01 PM Leszek Koltunski

Save PNG effect almost finished. Supporting App (hopefully!) completely finished.

What remains to be done: put actual saving of the Bitmap in a separate thread, away from the Graphics thread!!

e1e275c1 06/12/2016 10:46 PM Leszek Koltunski

Javadoc stuff.

d07f2950 06/10/2016 11:30 AM Leszek Koltunski

Improve aborting Effects.

1e438fc7 06/10/2016 01:03 AM Leszek Koltunski

Introduce ENUM EffectTypes