Merging
Merging in Babylon.js involves combining multiple meshes into a single mesh to improve performance by reducing the number of draw calls. This is particularly useful when dealing with large scenes with many objects that share materials or geometry.
TODO
Learn More
For properties and additional context, please refer to Babylon.js documentation: https://doc.babylonjs.com/features/featuresDeepDive/mesh/mergeMeshes.