tveda Posted May 8, 2017 Share Posted May 8, 2017 Hi all, Quick question, if I have a base geo that I'm copying let's say grid's onto it, how can I have those objects aligned to the surface normals correctly? If I comb the base objects normals I can get close but it seems like each grid is following properly but their rotations are all twisted. Some "lay" on the geo properly, others are at twisted angles. I'm basically trying to make a system to cover an object with planes then have them "blow off" via a pop system. Thanks for any advice Quote Link to comment Share on other sites More sharing options...
sandford Posted May 8, 2017 Share Posted May 8, 2017 Does this work for you? quick_align_normals_OD.hipnc Quote Link to comment Share on other sites More sharing options...
Atom Posted May 8, 2017 Share Posted May 8, 2017 (edited) And to implement the "blow off" just drop down a PopNetwork right after the Scatter. Inside there is a a PopForce that uses the surface normal for velocity to expand outwards, other forces can work too. The activation of this velocity is controlled by an expression $F > 15. So you can pick what time/frame you want the expansion to occur. ap_quick_align_normals_OD.hipnc Edited May 8, 2017 by Atom 2 Quote Link to comment Share on other sites More sharing options...
sandford Posted May 8, 2017 Share Posted May 8, 2017 28 minutes ago, Atom said: And to implement the "blow off" just drop down a PopNetwork right after the Scatter. Inside there is a a PopForce that uses the surface normal for velocity to expand outwards, other forces can work too. The activation of this velocity is controlled by an expression $F > 15. So you can pick what time/frame you want the expansion to occur. Oops! in my haste I forgot to do the POPNET part of the question, my bad! @Atom saves the day, hehe. 1 Quote Link to comment Share on other sites More sharing options...
tveda Posted May 8, 2017 Author Share Posted May 8, 2017 Awesome thank you both, I always tend to figure something out right after I make a post, but both of you helped a lot so thank you! 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.