Fast blur in JAVA2D

I have already switched to FX2D, which solves my blur problems (and I used a clip()/noClip() support workaround), and improves overall performance a lot.

Anyways, the problem with clip() in P2D and P3D is that transformations don’t apply to the clip. An issue has already been reported on this problem.

1 Like