GaussianSplattingMesh How to add in the scene

GaussianSplattingMesh Does GaussiansPlattingMesh have addMesh methods like abstractMesh added to scene

GaussianSplattingMesh inherits from Mesh.So, it inherits from AbstractMesh as well. Check the hierarchy here:
https://doc.babylonjs.com/typedoc/classes/BABYLON.AbstractMesh

1 Like