kleer001 Posted February 3, 2014 Share Posted February 3, 2014 Not just the Wave Layer tank, but I've tried all the Ocean FX shelf tool setups and can't seem to do the gosh darned easiest thing in the world, to make an animated object splash. Wtf? I animated the box in SOPs, then collided using the "Collide With Objects" for flip fluids contained sims. And it made the requisite collision volume. I even plugged the geo into the wavetank_initial's pre-made collisions. But nada, zip, zero, zilch. No splash. Please see attached hip file and point out my dumbness. tankTest_01.hip Quote Link to comment Share on other sites More sharing options...
johny Posted February 4, 2014 Share Posted February 4, 2014 I never tried "Collide With Objects" method, but the simplest way to me is to add that box as static object (deforming geometry). I only changed velocity type to "volume" (collisions tab in solver) tankTest_02.hip Quote Link to comment Share on other sites More sharing options...
kleer001 Posted February 4, 2014 Author Share Posted February 4, 2014 Cool, thanks Johny! I need to start looking into Retirement homes, I don't know how I missed that. Quote Link to comment Share on other sites More sharing options...
harima Posted February 4, 2014 Share Posted February 4, 2014 Hi Can you elaborate in the difference between velocity type : Rigid and Volume? I am doing some tests myselfs with a Static box animated falling on a flat tank and the splash looks the same Quote Link to comment Share on other sites More sharing options...
mawi Posted February 4, 2014 Share Posted February 4, 2014 (edited) Not just the Wave Layer tank, but I've tried all the Ocean FX shelf tool setups and can't seem to do the gosh darned easiest thing in the world, to make an animated object splash. Wtf? I animated the box in SOPs, then collided using the "Collide With Objects" for flip fluids contained sims. And it made the requisite collision volume. I even plugged the geo into the wavetank_initial's pre-made collisions. But nada, zip, zero, zilch. No splash. Please see attached hip file and point out my dumbness. The problem in your scene is that source volume sop is sampling velocity attributes from points to put in the collisionvel field. Since you got a big box with only points in the corners and you are only sampling from points in a radius of 0.2 units. There is no velocity to put into the collision velocity field. Put more divisions on your box or scatter points to sample velocity from. In the fluid source sop -> velocity volumes -> stamp ponts. Increase the sampling distance and the visualization on that node to se you got velocity around the cage. I would also move the scaling of the box into SOPs level (just after your transforms), Edit. If you want to use a static object instead. Put the animation on OBJ level so you dont have to use the deforming switch. That will recalculate the collision volume each step. Edited February 4, 2014 by mawi Quote Link to comment Share on other sites More sharing options...
mawi Posted February 4, 2014 Share Posted February 4, 2014 (edited) Hi Can you elaborate in the difference between velocity type : Rigid and Volume? I am doing some tests myselfs with a Static box animated falling on a flat tank and the splash looks the same From the help... Rigid Velocity The collision velocity of the objects is calculated by treating it as a rigid body. Only the angular velocity and linear velocity will be used, no local deformation will be taken into account. Point Velocity The collision velocity of the objects tries to take into account deformation by using point history. This only works if the topology doesn’t change. Volume Velocity Uses the SDF representation of the object to detect deformation. Does not require a fixed topology over time, but cannot detect tangential velocities. Edited February 4, 2014 by mawi 1 Quote Link to comment Share on other sites More sharing options...
Whatsinaname Posted March 6, 2014 Share Posted March 6, 2014 Try adding a Trail SOP to the animated geometry and set Result Type to Compute Velocity. This might help. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.