catchyid Posted April 24, 2017 Share Posted April 24, 2017 Hi, This is a very general question and I am looking for some ideas/hints/directions. In summary, I need to simulate what happens when horses run in desert, i.e. at each foot step ground particles rise up then fall slowly (maybe with some disturbance too). I am not sure what the right way to simulate this effect is: this is not particles simulation because the effect should look like a contentious volume and not particles, however it's not also smoke simulation because particles might fall quickly on the ground, i.e. they won't suspend too much in the air flow/turbulence created. I "think", maybe a particle simulation should be created and use it as a smoke source, but again, the smoke simulation must be configured to fall down quickly?! BTW, the same "effect" occurs when you drop a heavy box on the floor, when car wheels go very fast, etc. Any ideas will be appreciated Quote Link to comment Share on other sites More sharing options...
derjcmp Posted April 26, 2017 Share Posted April 26, 2017 try watching this video on the 8 minute mark. You can emit particles just like he did but in an much higher ammount. After that you can use a volume rasterize to create some kind of dusty look. 2 Quote Link to comment Share on other sites More sharing options...
sandford Posted April 26, 2017 Share Posted April 26, 2017 I always blast my animated mesh to the parts I need (feet for example) and just use an attribute transfer onto the environment mesh (floor or whatever) to set up the emission areas and then blast by colour to remove the remaining area of the ground. With the remaining points you can add velocity with some noise to randomize it a bit and then feed that into a 'vdbfromparticles' and a 'fluidsource' and then merge those together, then feed that into a null and use that as your input in your source volume in your DOP network. If I have time, I will make an example for you within the next few days. I use the same method every-time in production and only ever add extra nodes if really needed (usually just velocity modifiers) and get great results with a simple volume surface shader. 1 Quote Link to comment Share on other sites More sharing options...
catchyid Posted April 26, 2017 Author Share Posted April 26, 2017 Thanks Derjcmp and Sandford. Sandford, don't worry about making an example, I've got some basic setup that is similar to yours, just need to experiment a little bit to get good results Once more, thank you guys for your input 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.