Alex Lemke

My Online Portfolio

shader

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. …

,

Post Process Shaders

Time for post process effects!

I started out with a simple black and white post process shader.

Basically it turns this

into this

 

This is done by getting the sum of the rgb pixel values and dividing it by …

, ,

Bump Mapping and Parallax Mapping

A few more shaders. Here we have expanded the previous lighting shaders so that all three types of lights (directional, point and spot) are all working together.  We also have a comparison shot of regular bump mapping and parrallax mapping.…

,

Basic HLSL Shaders

Here are some basic HLSL shaders that I’ve made.

 

 

Nothing fancy, just done to get familiar with FX Composer.  The way lighting is done in these shaders is diffuse lighting.  The light direction and the normal of the …

,