storm effect

Post those lines of code you feel like sharing or find what you require for your project here; or simply use them as tutorials.
Post Reply
smso
Posts: 246
Joined: Fri Jun 04, 2010 3:28 pm
Location: Hong Kong

storm effect

Post by smso »

Storm effect using frustrum in eye space:

screenshot:
http://code.google.com/p/irrcodes/downl ... enshot.png

codes:
http://code.google.com/p/irrcodes/downl ... =storm.zip

Instruction:
Press 'F4' to start effect.
Press 'F5' to stop effect.


Your have to change a few (#define) params to point to the proper directories, e.g.
makefile:

Code: Select all

IRRLICHT_DIR = /home/smso/downloads/irrlicht/irrlicht-svn
main.cpp:

Code: Select all

#define IRRLICHT_DIR "/home/smso/downloads/irrlicht/irrlicht-svn/"
Regards,
smso
hendu
Posts: 2600
Joined: Sat Dec 18, 2010 12:53 pm

Re: storm effect

Post by hendu »

Post video of that?
smso
Posts: 246
Joined: Fri Jun 04, 2010 3:28 pm
Location: Hong Kong

Re: storm effect

Post by smso »

hendu wrote:Post video of that?
I guess you are using ms window instead of linux.

Regards,
smso
hendu
Posts: 2600
Joined: Sat Dec 18, 2010 12:53 pm

Re: storm effect

Post by hendu »

Hell no, no windows in the house ;) I'm merely lazy, would like to see the effect without building it.

I think this is quite a common view too, you'd get more exposure by having a vid.
smso
Posts: 246
Joined: Fri Jun 04, 2010 3:28 pm
Location: Hong Kong

Re: storm effect

Post by smso »

@ hendu:

Here you are:
http://code.google.com/p/irrcodes/downl ... _video.mp4

Regards,
smso
hendu
Posts: 2600
Joined: Sat Dec 18, 2010 12:53 pm

Re: storm effect

Post by hendu »

Thanks.
Post Reply