Wednesday, January 27, 2010

Outerra Engine Progress

It's been some time since I blogged about the Outerra engine, so here comes the latest info about what we've been doing.

Lots of stuff has been done on the visuals - shadows are finally in, and even though they are not finished yet the output is much nicer with them. It uses a randomized lookup into the shadow map but the blurring pass is not present yet, so the closeups show noisy shadow edges. This will go away with the blurring pass on the shadow map.



The ugly patterns on the ground visible in older screen shots, resulting from tiled textures have been suppressed by more fractal magic - a free fractal channel has been used to mix three textures (daisies, grass and a lighter grass) together and the pattern is almost completely gone.



Another thing that helped a lot was the color transformation to linear space. This included both the input (loading the textures in sRGB format and also correctly computing the mipmaps) and setting the render target. The fix is most obvious on the atmosphere that now looks more natural.



The trees are also slightly randomly colorized to break the monotonicity.



The material system has progressed as well, as it can be seen on the new truck model here.





Also new is the support for dirty windows.



A gun is mounted on the roof, with a separate controller. It should be also functional soon, along with some flying prey to ground






The new model appearing in the shots is the Tatra T813 8x8 heavy all-terrain truck with unique independent swing half axles. I wrote specialized code to handle its physics, and it works quite nicely. It is much better visible in motion, a video will be coming soon.