Jump to content

Urgent :realwave splash in houdini


vbk!!!

Recommended Posts

Hi,

I relay here a thread I start at Sidefx forum :

http://www.sidefx.com/index.php?option=com_forum&Itemid=172&page=viewtopic&t=24730

I would like to know if there is a way to get something similar to the RWSplash in houdini.

The RWSplash emit particle when objects hit a Realwave mesh.

Is it possible to emit SPH or FLIP fluid particle from polygons ?

The only example and tutor I saw shows FLIp or SPH emitted from inside a close mesh.

The goal is to get something like RWsplash but in Houdini. I can do similar particle stuff with POPs but I need More realistic behavior.

I already have the ocean mesh and correct animation of object floating on it.

The last thing I need is a nice particle fluid layer.

Thanks for your help

Link to comment
Share on other sites

You need to find out the locations where your wave hits the mesh. There are a number of ways of doing this but I think the fastest would be a pointcloud lookup in a vopsop.

You can then tag those locations (points or prims) and emit particles from those. Ideally you'd calculate the reflection vector for this, or just use a normal if that's good enough, and then use those particles to create a fluid sim if you wish.

The trick here is to make this efficient, fast and directable. But that's always the biggest challenge on these kind of things...

Edited by Macha
Link to comment
Share on other sites

Is there a way to generate splash and foam from a cached flip particle data? like realflow hybrido system.

also I notice in realflow you can make a vorticity attribute to render in krakatoa.

How to make it for flip simulation?

Edited by duanxiaozhi
Link to comment
Share on other sites

ok,

I have a new question :

I have flipfluid particles and an ocean mesh.

the flip particles inherits the velocity of the source object.

But I would like to know how it could be possible to drive the particle velocity with the ocean normal aswell.

The final particle velocity should be the addtion of the ocean normal vector and the inherit velocity vector ( I guess).

The particle have to use the nearest ocean normal for that.

How I can I do that ?

Thx again.

++

Vincent

post-5131-132878055603_thumb.jpg

Link to comment
Share on other sites

ok,

I have a new question :

I have flipfluid particles and an ocean mesh.

the flip particles inherits the velocity of the source object.

But I would like to know how it could be possible to drive the particle velocity with the ocean normal aswell.

The final particle velocity should be the addtion of the ocean normal vector and the inherit velocity vector ( I guess).

The particle have to use the nearest ocean normal for that.

How I can I do that ?

Thx again.

++

Vincent

You could scatter points on your mesh and use them as a point cloud in the popnet for your flip fluid. Then store whatever info from the mesh you wan't transfered in those points.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...