Baram Posted February 1, 2016 Share Posted February 1, 2016 Hi Friends, I have a problem.I have searched but could not find any topic related this subject. I am doing some wall destruction, how to group some RBD obj inside dops to apply different force or reduce force from selected pieces, I can do group for some pieces inside dops? Thanks for your help? B, Quote Link to comment Share on other sites More sharing options...
Juraj Posted February 1, 2016 Share Posted February 1, 2016 Hi, if you are using packed primitives then you can use POP nodes. POP nodes have Use VEXpression option. There you can specify which packed geometry is affected by POP node. You can use drop down menu item Pass Through which is next to your VEX code to show available variables. And then define there your criteria. if (@group_affected) force = 1; // apply force only to pieces that belong to "affected" group else force = 0; // skip other pieces if (v@P.y > 2) ... // apply force only to pieces that are above 2 units in Y axis if (length(v@v) > 2) ... // apply force only to pieces that are faster then 2 units per second Juraj Quote Link to comment Share on other sites More sharing options...
Baram Posted February 2, 2016 Author Share Posted February 2, 2016 Hi Juraj, Thank you replying me, Pop node? I am assumining it is pop wrangle node, I have no vex expression expreince, could you do quik hip file that I can check how you doing Thanks B, Quote Link to comment Share on other sites More sharing options...
Baram Posted February 2, 2016 Author Share Posted February 2, 2016 I have one one RBD packed object in dop, I want to create couple groups in sop level, how can I bring these groups to DOP, than I can apply different force for each groups. If you do guys with example hip file would be great, thanks B, Quote Link to comment Share on other sites More sharing options...
Juraj Posted February 2, 2016 Share Posted February 2, 2016 Hi, check example file. Juraj packed_rbds_groups.hipnc Quote Link to comment Share on other sites More sharing options...
Baram Posted February 3, 2016 Author Share Posted February 3, 2016 Thank you, great Quote Link to comment Share on other sites More sharing options...
Baram Posted February 8, 2016 Author Share Posted February 8, 2016 Hey Juraj, I have a probelm, I want select some pieces from animated geo at sop lavel, I am making group for those pieces, how can I bring them in to dopRBD sim. if you have time please get back to me, Thanks B, Quote Link to comment Share on other sites More sharing options...
Juraj Posted February 11, 2016 Share Posted February 11, 2016 Hi, you can check file posted in this thread. I am updating animated groups with sopsolver_update_groups node. Juraj Quote Link to comment Share on other sites More sharing options...
Baram Posted February 26, 2016 Author Share Posted February 26, 2016 Thank you Juraj, sorry I haven't seen your response, skiped from my eyes. your hip file is great. but when ever i group only 2 pieces from fractured obj. it does do vey strange sim in dop. 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.