alex333d Posted July 16, 2017 Share Posted July 16, 2017 (edited) Hello. I can't find solution with creation dirt from wheel. For now i created sticking particles to the wheel. The problem is when sticked particles have to fall they started emitting every frame. I need only existing point to stick and then fall off. Thanks. Edited July 16, 2017 by alex333d Quote Link to comment Share on other sites More sharing options...
vtrvtr Posted July 17, 2017 Share Posted July 17, 2017 Not exactly what you asked, which is totally possible, but a simpler solution pop_from_wheel_odf.hiplc 1 Quote Link to comment Share on other sites More sharing options...
alex333d Posted July 17, 2017 Author Share Posted July 17, 2017 Thanks vtrvtr but it needs to be non emitting setup. for now i created one setup with stickiness but now have trouble with grouping in DOP. wheel_dirt2.hip Quote Link to comment Share on other sites More sharing options...
Nebucadnezar Posted July 18, 2017 Share Posted July 18, 2017 Hello alex333d, I had quite a similar task to do, I ended up using a sop solver for activating the particles that needs to fall off. - Basically you can scatter your points on your wheel on a static frame and then you can use a point deform to make them stick to the animation. - Once you have those animated points you can feed them into a SOP solver and give them a custom attribute when a certain condition triggers it (you can for example use a dot product with the wheel's direction as a threshold) and register if this is the first time it is activated or not. - Then you just need to isolate those activated points to feed them to DOPs. I am not sure if I am completely clear in my explanation, if you are interested, if I have some time in the evening I can to a quick .hip file with the setup. Hope this helps! 1 Quote Link to comment Share on other sites More sharing options...
alex333d Posted July 18, 2017 Author Share Posted July 18, 2017 Nebucadnezar Thank you! It would be a great if you can create example Quote Link to comment Share on other sites More sharing options...
alex333d Posted July 19, 2017 Author Share Posted July 19, 2017 (edited) think is done dirt.mov Edited July 19, 2017 by alex333d 1 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.