post process
Shaders in the Havok Vision Engine
When it comes to shaders the Havok Vision Engine gives you a visual shader editor, similar to to UDK’s material editor and allows to you an actual HLSL shader editor. You can’t do post process effects with Vision’s visual shader …
Post Process Shaders
Time for post process effects!
I started out with a simple black and white post process shader.
Basically it turns this
This is done by getting the sum of the rgb pixel values and dividing it by …