Submitted by , posted on 25 January 2005



Image Description, by


SceneGen is the real-time 3D engine I'm currently developing in C++, aimed to the recent GPU. It allows the creation of graphically complex scenes with some advanced lighting and shadowing techniques.

This engine works with a plug-in environment which uses different rendering profiles for a greater compatibility range to the most used graphic cards generations. There are currently 6 rendering profiles. The most advanced one uses deferred shading for a fast dynamic pixel lighting with parallax mapping and combines stencil shadows with pixel shaders to create a beautiful, robust and fast soft-shadow rendering.

SceneGen also has an advanced material system which enables artists to customize every texture and geometry of every game entity (including particle systems). It also supports some post process effects such as glow.

The engine is portable, but I'm presently working on a DirectX 9 rendering plug-in.

I posted some other screenshots at http://www.devimg.net/?View=414 The official SceneGen website (in brazilian portuguese) is: http://www.unidev.com.br/santee/scenegen.htm

-André Santee



[prev]
Image of the Day Gallery
www.flipcode.com

[next]


 


Copyright 1999-2008 (C) FLIPCODE.COM and/or the original content author(s). All rights reserved.
Please read our Terms, Conditions, and Privacy information.