Game Engine Development: 2D Image Filtering, Speedup

Hamed writes:

2D Filters are image filtering, that apply on final render of objects, I implemented some simple 2d filters for blender game engine. New implementation of 2D Filters has some features like enabling or disabling a filter on a specific pass, custom GLSL filters.

Downloads:

You can read all about his project on his website. I can only hope that his code will be integrated into the main trunk.

Advertisement