Ripple effect on a surface... how to?

10 posts / 0 new
Last post
artur
artur's picture
Ripple effect on a surface... how to?

I'm looking for ways to create ripple animations applied to objects. The idea is to create planar objects such as flags, pond/pool water surfaces with some movement. mimicking short or long ripples. Animated textures could do the trick, but the 3D shape remains flat and planar... any ideias on how to achieve this?

vcard
vcard's picture
In my view image effects are

In my view image effects are preferable in normal see/water representation because they are less demanding on performance.

Image effects:

http://accad.osu.edu/~mlewis/VRML/Class/js/tcoordAnim.html

My kit for simple water image effects:
http://www.odisseia.univ-ab.pt/ABNet2/tutorials/water/water_animation_scripts.zip
a demo: http://www.odisseia.univ-ab.pt/ABNet2/tutorials/water/Water_animation_demos/animatingSeaWater_textureCoordination.wrl

Shader effects:
Effects using shaders, even with no mesh movement, are impressive:
http://p.zero.free.fr/gal/riva/bateau.wrl

Itsukushima
A nice, huge and very well done world. With good performance and uses the shader effects:
http://vrmlworld.net/frameset.php?title=Itsukushima&url=http://l-goulois.pagesperso-orange.fr/sommaire/3dtr/itsukushima/water.wrl

Mesh movements:
Here is an example, by Erny,  using mesh movement:

image
http://vrml.ernys.de/worlds/sos/world.wrl

a simple movement:
http://www.web3d-fr.com/objets/Download/GeraldBloncourt/Psp.wrl

A document with useful information about this subject:
http://members.shaw.ca/jkollar/WaveMotion.htm

Another simple movement (look for the pool)
http://www.dhyan.it/public/Al/casa3.wrl

vcard

 

 

 

 

artur
artur's picture
Thanks! Totally agree on the

Thanks! Totally agree on the image effects and its lesser demands, but for a localized effect on a small object (i'm thinking a low-poly face) it might have a strong impact. Specifically, i'm thinking about the flag in the castle world... 

 

and now to dive in (pun intended) in these examples...

vcard
vcard's picture
Animated flag mesh

Animated flag mesh.

Here it is:
http://odisseia.babelx3d.net/abnet2/tutorials/animated_surface/vivatyFlag/vrmlflag.wrl

Source files here with a vivaty studio file source (.fxw)

vcard

artur
artur's picture
the zip package for the

the zip package for the source files is empty. opened the vrml file in vrmlpad and as far as i could understand it (the code is still difficult for me, maybe this summer i can finally start to work with it) it's a proto declaration applyed to a texture? 

and congratulations! those distributed virtual reality projects that are popping up look very nice!

vcard
vcard's picture
Hi,

Hi,

The zip file is corrected now.

Yes it uses an external proto. That is configured inside the vivaty st .fxw file.

Yet I should say that It is possible to create a more simple and single file by animating a sculpted surface (or other) with vivaty studio.

vcard

 

artur
artur's picture
thanks! and now to look under

thanks! and now to look under the hood...

"Yet I should say that It is possible to create a more simple and single file by animating a sculpted surface (ou other) with vivaty studio"  -  deforming the mesh in an animation? using the animation node repositioning vertexes...? must try to see if works... 

vcard
vcard's picture
Just made a small demo

Since I could not find one online, made a small demo of an animated sculpted surface. It's entirely a Vivaty Studio creation (no outside protos).

animatedSS

The movement is achieved by animating the vertebras (spines) of the surface.

ss2

Here it is:
http://www.odisseia.univ-ab.pt/ABNet2/tutorials/animated_surface/sculpted%20surface/vcard_animSurface1.wrl

A more elaborated quick explanation text here. The demo's source files can be found here

All you guys, please post your animated surfaces so we see what you are doing out there laugh

Enjoy!

vcard

artur
artur's picture
Can't wait to tie up all the

Can't wait to tie up all the loose ends on the school network and finish all the meetings so that i can finally have time to dig in into this. Some ideas wich i have, beyond flags: a boat whose sails actually move... 

vcard
vcard's picture
Hi,

Hi,

The Portuguese flag waving in the wind

flag

Here it is

Enjoy

vcard