Multi-coloured Fur Demo

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki
Post Reply
sio2
Competition winner
Posts: 1003
Joined: Thu Sep 21, 2006 5:33 pm
Location: UK

Multi-coloured Fur Demo

Post by sio2 »

I've posted a demo of multi-coloured fur on my website: http://sio2.g0dsoft.com

Image

Readme from the demo:
Multi-coloured Fur Demo for the Irrlicht 3D Engine
==================================================

sio2 'at' users.sourceforge.net

This is a demo of realtime fur rendering. Additionally, the fur is coloured based on a multi-coloured texture. The fur is built up in 13 alpha-blended passes, plus an initial "skin" pass for a total of 14 passes. The demo was implemented using only the Irrlicht API.

Usage
=====
WASD keys or arrow (cursor) keys to move camera.
Alt-F4 or Escape key to exit.

Requirements
============
Drivers:
Latest DirectX 9.0b drivers [www.microsoft.com/directx],
Latest DirectX9 drivers for your graphics hardware [from your HW vendor].

Graphics hardware with:
Vertex Shader 1.1 support, or better
Pixel Shader 1.1 support, or better.

Notes
=====
1. This demo may require the Visual Studio 2005 Redistributable Files installed on your machine. These can be obtained from http://www.sio2.g0dsoft.com in the "Misc" section in "Downloads".

2. A seam is visible on one section of the model. The cause of this (and solution) is under investigation.

3. This Irrlicht build is of unmodified Irrlicht Subversion revision 470.

Credits
=======
This demo is based on the ATI RenderMonkey sample. The OpenGL GLSL shader from the sample was converted to a Direct3D9 HLSL shader for this demo.
sRc
Posts: 431
Joined: Thu Jul 28, 2005 1:44 am
Location: Salt Lake City, Utah
Contact:

Post by sRc »

ooh nice
The Bard sRc

Blog | Twitter
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

How cute, what about some funny eyes :wink: Wow, fantastic. I guess you'll get your own gallery on the Irrlicht pages soon :D
sio2
Competition winner
Posts: 1003
Joined: Thu Sep 21, 2006 5:33 pm
Location: UK

Post by sio2 »

hybrid wrote:How cute, what about some funny eyes :wink: Wow, fantastic. I guess you'll get your own gallery on the Irrlicht pages soon :D
I had an email from Niko weeks ago. He was asking if he could use some of my screenshots on the main sourceforge page. :mrgreen:
Post Reply