Animating waternode when i throw stone.

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
VinZ
Posts: 21
Joined: Sat Jul 29, 2006 11:16 am
Location: India

Animating waternode when i throw stone.

Post by VinZ »

hi all,
i am looking to animate water when i throw stone on that..
i stored verices in buffer, and i found which vertex is colliding..
but vertex positions are not changing..
pls give some tips..

thanks in advance..
sorry for my bad english..
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Search for the water node from Katoun. It offers a hit(x,y) method which creates waves around that point. I have a (not yet really working) version of it on my patch page. If you get it to work I'd like to know about it.
VinZ
Posts: 21
Joined: Sat Jul 29, 2006 11:16 am
Location: India

Post by VinZ »

Any one tell me whether is possible to apply changed vertices value to mesh, like how irrlicht animating water.
same way i did, i called that function while rendering but mine is not working, tell me any thing to update after the changes of vertices value..

sorry for my bad english...
jam
Posts: 409
Joined: Fri Nov 04, 2005 3:52 am

Post by jam »

VinZ wrote:sorry to ask, i dont know what is Katoun.. pls tell me correct path to search.
andrei25ni wrote:Have you tried using the forum search function ?!

Is this what you want : LINK

It's the same topic no need to create a new thread.
system-independent, adj.:
Works equally poorly on all systems.
-- unknown
Post Reply