Animated Fur Demo

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki
BlindSide
Admin
Posts: 2821
Joined: Thu Dec 08, 2005 9:09 am
Location: NZ!

Post by BlindSide »

Omg that is so awesome I was just thinking of grabbing the rendermonkey shader and converting it to irrlicht...
sio2
Competition winner
Posts: 1003
Joined: Thu Sep 21, 2006 5:33 pm
Location: UK

Post by sio2 »

omaremad wrote:Hmm is render monkey being updated anymore? im with version 1.6 and i only have the static fur demo.
I'm using RenderMonkey 1.62. Open a workspace and navigate to the examples\gl2 folder. The OpenGL fur demo is in there.
omaremad
Competition winner
Posts: 1027
Joined: Fri Jul 15, 2005 11:30 pm
Location: Cairo,Egypt

Post by omaremad »

I did have that demo, but ofr some reason i only say the static dx version. :oops:

The flowing one hypnotising but was reallly slow. So i thought of implementing fur as a postrpocessor rather than the traditional polygonal shells which eat up both transform and fillrates.

here is a pic of my experiment
Image

I still have to pack vectors properly (to retain negative values when they are squished down render targets) so thats why the effect looks weird.
"Irrlicht is obese"

If you want modern rendering techniques learn how to make them or go to the engine next door =p
omaremad
Competition winner
Posts: 1027
Joined: Fri Jul 15, 2005 11:30 pm
Location: Cairo,Egypt

Post by omaremad »

i still havent done the correct normal packing (wont matter much since im using normals in viewspace (so not much negative vectors).

Turns out its another variable i needed to tweak. Here is a test on a mesh with very sharp edges to test for artefacts.

Image

I hope the nice blur isnt due to mipmapping :?
"Irrlicht is obese"

If you want modern rendering techniques learn how to make them or go to the engine next door =p
omaremad
Competition winner
Posts: 1027
Joined: Fri Jul 15, 2005 11:30 pm
Location: Cairo,Egypt

Post by omaremad »

My postprocessor method proves to be really good at massive scenes as its fillrate dependent stage is only as big as the screen resolution rasther than how big/hairy the scene is!

I also manged to add some cheap HDR on it through one extra add operation only!

The screens are blurry sorry but i think realtime terragen is now a bit closer to reality!!!!!

http://img441.imageshack.us/img441/8775 ... ed3tf6.jpg
http://img251.imageshack.us/img251/1896/untitledqp3.jpg
"Irrlicht is obese"

If you want modern rendering techniques learn how to make them or go to the engine next door =p
sio2
Competition winner
Posts: 1003
Joined: Thu Sep 21, 2006 5:33 pm
Location: UK

Post by sio2 »

That fur would make some great grass. :mrgreen:
ErUs
Posts: 165
Joined: Thu Oct 07, 2004 6:13 pm

Post by ErUs »

another release of omars super blur 4000 shader
omaremad
Competition winner
Posts: 1027
Joined: Fri Jul 15, 2005 11:30 pm
Location: Cairo,Egypt

Post by omaremad »

Its meant to be blurred :wink: (I have to use higher res rendertargets) anyway... just think of it as DOF.
"Irrlicht is obese"

If you want modern rendering techniques learn how to make them or go to the engine next door =p
Post Reply