I need to make sure spheres fall into the box, but don’t collision with same spheres.
Any help, please
https://www.babylonjs-playground.com/#K6M44R#1113
You can do it with collision filter and masks. Let me try to find some documentation
The collision group and mask are exposed in ammojs but there is nothing to forward those properties between babylonjs and ammo. I’ll do a PR tomorrow to fix that.
6 Likes