GaussianSplats3D icon indicating copy to clipboard operation
GaussianSplats3D copied to clipboard

How to add the name field value to the model using the file name when using addSplatScenes

Open 123zaqxsw opened this issue 11 months ago • 0 comments

const inViewer = new GaussianSplats3D.DropInViewer(); inViewer.addSplatScenes( [ { 'path': 'assets/data/point_cloud.ply', 'splatAlphaRemovalThreshold': 20, }, ], true );

123zaqxsw avatar Dec 04 '24 09:12 123zaqxsw