Posts

Showing posts from August, 2009

Changed blog layout a little bit

Set all fonts to Arial by default.

Falloff effect in GLSL/Leadwerks Engine

Image
Today, I wrote a falloff shader for LE. It uses either the dot product of or the distance between the surface normal and the normal pointing to the camera to calculate the color. See here for more info.