Post Processing Effects?

I was just wondering if jME supported any post processing effects? Things like glows, or where you can do a glReadPixels and make the screen wave, etc…


Take a look at Renderer.grabScreenContents()

…and TestBloom etc. (shader, render passes) - but I havn't used any of that - MrCoder is the expert for that topic, I would think

it’s not supported directly, but offcourse can be achieved in different ways. as previously mentioned you could look at the code in bloomrenderpass and use that in conjunction with grabscreencontents.



some post effects can be achieved in simpler ways like the night vision effect shown in this post:

http://www.jmonkeyengine.com/jmeforum/index.php?topic=3324.0