Hi! I’m quite new to kangaroo and I am trying to collide a falling box with points. It is not working with the method I use, the box simply go through the points without affecting them. I probably missed something, but I don’t see what. Maybe someone will be able to help me here. Here is my file
falling_box_collide.gh (21.7 KB)
, thank you in advance!
I’m not that experienced with Kangaroo, but here’s what I think you’re after. Couple caveats:
- You need to anchor the points that the box will hit as it falls.
- If the strength of the SolidPointCollide goal is set too low, the colliding points will pass right through.
falling_box_collide2.gh (37.0 KB)
1 Like
Thank you for your help. It was actually my ‘SolidPointCollide’ component that was not working, I don’t know why. When I replaced it with the same component coming from another file, it worked.