Ground mesh double side orientation

Does ground meshes has double sided orientation like plane meshes. If yes how to do it?

https://www.babylonjs-playground.com/#AQX3CH

You need to assign material with backFaceCulling = false to the ground mesh.

2 Likes

Thank you @nogalo