Project

General

Profile

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

library / src / main / java / org / distorted / library / DistortedEffectsPostprocess.java @ 7c6d11c8

# Date Author Comment
7c6d11c8 04/28/2017 03:41 PM Leszek Koltunski

Do not change postprocessing Quality mid-render but go through the Master.

472e51e1 04/27/2017 04:06 PM Leszek Koltunski

Minor.

0ef8fafc 04/27/2017 02:26 PM Leszek Koltunski

1) Bugfix for an issue introduced with previous commit
2) scale up the BLUR effect radius with MIPMAP levels.

8426bd6a 04/27/2017 01:56 PM Leszek Koltunski

Mipmap levels!

0afc143a 04/16/2017 09:30 PM Leszek Koltunski

Reset EffectsPostprocess' ID back in 0 on Destroy.

27f42cd6 04/13/2017 09:38 PM Leszek Koltunski

Actually implement proper postprocessing Buckets.

e02264ff 04/13/2017 09:18 PM Leszek Koltunski

Bugfix (before we couldn't call postprocess() more than once per frame)

13687207 04/12/2017 11:55 PM Leszek Koltunski

Separate the Postprocessing Effects to their own DistortedEffectsPostprocess queue.
This partly breaks Multiblur (to be debugged)