Help with Disc collisions

Context: Babylon.js Playground
Okay so i’ve decided to come up with this simple program to have a disc as the ground, even with the camera displacement the player just seems to just stick onto the mesh regardless off everything that’s good. Please help, TYIA!

I think its your skysphere not the camera collision.

skySphere.infiniteDistance = true

1 Like

Although it’s a great addition, in my case i need the space to be confined. My problem still is the camera to ground collision.

Apologies, here’s the corrected version: https://playground.babylonjs.com/#F03VTV#2

Is it what you’d like to achieve? - https://playground.babylonjs.com/#F03VTV#3
Added: ground.checkCollisions = true;

1 Like

yeah I’m just gunna off myself now, ty so much

2 Likes

Hahah been there before, there are lots of little params to think of with this stuff for sure.