Babylon.js how to remove grid from scene?

How to remove a grid from a scene in Babylon.js at runtime? Tried searching, didn't find it, also tried looking at the scene methods in the debugger, also can't find it.

+3


source to share


1 answer


You just need to use mesh.dispose ();



+5


source







All Articles