How to make a ground thicker

I am having a problem with making the ground of my babylon.js scene thicker. Is there any way I could do so

Hi @Jad_Matta and welcome to the community!

A bit more information or a playground example would be good, but I’ll assume you’re just using a ground plane at the moment, which has no thickness. The easiest way to make “thick” ground is simply to use a box instead like this:
https://playground.babylonjs.com/#D04S1L

2 Likes

Thank you so much for your help, that is exactly what I needed to know. I appreciate it!