I'm trying to manage collision with babylon.js. Everything runs well with an automatic move, but with keyboard event, when the ball moves, it loses collision it's property.
You can take a look here. I've tried to move the ball with sphere.moveWithCollisions();
but it doesn't work.