June, 2012
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 …
A Few Shaders More
Here’s a few more shader examples that were all done in FxComposer.
First we have a shadow map example. To create a simple shadow effect you simply have to render the scene from the lights perspective into a shadow map. …
FIEA C++ Game Engine
The main task for a programmer over the course the second semester at FIEA is to create a flexible cross platform game engine. This project was the largest code base I have ever created by myself and it encompasses many …