
First demo of kri-3rd-iteration: DUDE
Posted Wednesday, 30 September, 2009 - 16:43 by kvarkAfter several months of development, I'm uploading the first demo of my 3-rd iteration engine.
The Dude.
http://code.google.com/p/kri/downloads/list

Found this model in free access on the internet: 20k vertexes, 52 bones.
- Rendering it in 6.5 passes:
- (0.5) applying skinning via TransformFeedback
- (1) filling depth buffer (early z-cull)
- (1) filling color buffer with emissive component
- (2) filling exponential shadow maps for 2 lights
- (2h) applying these 2 lights contribution
Render result is almost indistinguishable from Blender rendering, but still there is work to do with lighting (specular component seems to be higher than it should).
Performance is constant 250 fps on Radeon 4670 HD regardless of a window size.
Of course, deferred Render will fit *much* better to render this high-poly model, and it's now in development.
Anyway the engine aims primarily for low-poly models with parallax maps, so deferring is not strongly necessary.
Engine's features can be found near the download page.
Hope it will run on your machine... Enjoy!
- kvark's blog
- Login or register to post comments


Comments
Re: First demo of kri-3rd-iteration: DUDE
I've committed updated shaders with '#version' and precision qualifiers.
You should be able to see the demo now...
Re: First demo of kri-3rd-iteration: DUDE
My Ati system is offline right now, but my Nvidia system returns the following error:
Unfortunately, no indication which shader is at fault here...
Quadro NVS135M (equivalent to 8400M), 190.25 drivers.