Recent days trying to learn Babylon.js to create 3D games. I loved Babylon because of clean API and easy of use. My issues with ClothImpostor, there is a plane with ClothImpostor (which will be a soccer goal net in my soccer game).
When i position it close to ground, it behaves like there is a force field around ground. But when i position it higher works fine. https://playground.babylonjs.com/#13G950#7
Wow, thank you for quick response! You saved my day! @Evgeni_Popov i have physic impostor on the ground to stop ball goes through it because of gravity. Is there another way to make collision between ball and ground without physic impostor?