Realistic water scene node

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki
Post Reply
elvman
Posts: 253
Joined: Sun Sep 17, 2006 9:37 am
Location: Riga, Latvia
Contact:

Post by elvman »

Maybe somebody can give me a place on the SVN, so that I can upload changes faster?
cooljayman
Posts: 22
Joined: Wed Mar 05, 2008 8:25 am

Post by cooljayman »

elvman where can i get the latest version? btw, it looks great!
Nadro
Posts: 1648
Joined: Sun Feb 19, 2006 9:08 am
Location: Warsaw, Poland

Post by Nadro »

Good work elvman! :) This water looks very nice :)
Library helping with network requests, tasks management, logger etc in desktop and mobile apps: https://github.com/GrupaPracuj/hermes
bloodbao
Posts: 15
Joined: Fri Aug 31, 2007 1:12 pm

Post by bloodbao »

i don't know why it return 0 (no error),but call exception,when i exit the demo!
if i remove

Code: Select all

WaterMesh->drop();
camera->drop()
add in main file add

Code: Select all

WaterSceneNode->drop()
it can work fine!I use the latest SVN!
Donner
Posts: 87
Joined: Fri May 18, 2007 11:27 am

Post by Donner »

Hmm... I have a problem:

If I look to the water and there is a part of the terrain under it, I see the ground but not the sky reflections... How can I make the reflections stronger and how can I make, that the water is less transparent?


Thank you
D.
m_krzywy
Posts: 133
Joined: Sat Nov 04, 2006 2:05 pm

Post by m_krzywy »

Have problem with included stdafx.h. Can someone upload bunch of .h files that are needed to implement it? Using DevCpp. Irrlicht 1.3.1.
rogerborg
Admin
Posts: 3590
Joined: Mon Oct 09, 2006 9:36 am
Location: Scotland - gonnae no slag aff mah Engleesh
Contact:

Re: Realistic water scene node (updated)

Post by rogerborg »

elvman wrote:Ok, finally I release the realistic water scene node.
Oooooh. Purty.
elvman wrote:License
Realistic water scene node is released under BSD license. It means that you can use Realistic water scene node in any commercial or noncommercial product, but you (the licensee) must mention my name in the credits of your product and the credits must stay in the source code of the Realistic water scene node.
Just FYI, the advertising clause was removed from the BSD license in 1999. You might want to disambiguate which version you're referring to.
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Wasn't it just the necessity to mention Berkeley which was removed?
shadow2kx
Posts: 3
Joined: Mon Apr 21, 2008 12:34 am

Post by shadow2kx »

Do you know if it's possible to use it with c#?
Is a dll planed to be made? I tryed to do it myself but it seems not to work :(
BlindSide
Admin
Posts: 2821
Joined: Thu Dec 08, 2005 9:09 am
Location: NZ!

Post by BlindSide »

shadow2kx, it would be possible but you would have to integrate it yourself. Alternatively, there is actually a C# realistic water scene node already made by DeusXL (The guy who works on Irrlicht.NET CP), you will have to search on the .NET forum for that.
ShadowMapping for Irrlicht!: Get it here
Need help? Come on the IRC!: #irrlicht on irc://irc.freenode.net
Zeuss
Posts: 114
Joined: Mon Nov 08, 2004 9:02 pm
Location: Canberra - Australia
Contact:

Post by Zeuss »

hey elvman would you like to add this to the IrrExt project?

I am sure me and many others would appreciate it. If so pm me your sourceforge account and I will add you to the developers list.
Help make Irrlicht even Better! Create and submit your own Irrlicht Extension
Want a Games Education? Try The Academy of Interactive Entertainment
Tr3nT
Posts: 65
Joined: Thu Nov 29, 2007 5:19 pm

Post by Tr3nT »

why i get this error????

Code: Select all

[linker error] undefined access to "winmain@16"
Id returned 1 exit status
[build error] [project.exe] error 1
i'm using irr 1.4 DX 9.0 compiled....is for this ?????
JP
Posts: 4526
Joined: Tue Sep 13, 2005 2:56 pm
Location: UK
Contact:

Post by JP »

try renaming your main function to winmain instead.
Image Image Image
Vsk
Posts: 343
Joined: Thu Sep 27, 2007 4:43 pm

Post by Vsk »

Zeuss wrote:hey elvman would you like to add this to the IrrExt project?

I am sure me and many others would appreciate it. If so pm me your sourceforge account and I will add you to the developers list.
Please tell me that he has said "yes"!.
Tr3nT
Posts: 65
Joined: Thu Nov 29, 2007 5:19 pm

Post by Tr3nT »

why i get all blue?????
all the surface is blue.......
and it's a bit better only in specific position but the edge i s forever blue.... why?????
Post Reply