GaussianSplats3D
GaussianSplats3D copied to clipboard
How to add the name field value to the model using the file name when using addSplatScenes
const inViewer = new GaussianSplats3D.DropInViewer(); inViewer.addSplatScenes( [ { 'path': 'assets/data/point_cloud.ply', 'splatAlphaRemovalThreshold': 20, }, ], true );