Trees
April 24th, 2006
I am working on in-engine tree and plant growth based on terrain nutrients, water, and sunlight, and it is still in very early stages, but starting to come together. It is focused more on gameplay applications (climbing, breaking,etc.) than on graphics, but will look good too once shadows and lighting are working on the leaves.
Depth of Field
March 17th, 2006
I added depth of field effects that can be used for cutscenes. The camera can focus on any particular distance plane, and everything is blurred based on distance from this focal plane. This lets us focus on a nearby object and blur distant ones, and vice versa, to add another depth cue and draw attention to different areas.
Screen-space distortion
March 12th, 2006
We can now apply distortion effects to anything; in this screenshot I applied a basic refraction shader to the player model! Screen-space distortion is much faster than cube map distortion, because we do not have to render the scene extra times. This effect will be used for heat haze, water refraction, fire distortion, and so on.