Sandbox: loading ply file never ends

OS: Windows 10
GPU: GTX 1050 2GB
Browser: Chrome and Firefox
Ver: Babylon.js v7.20.0
Url: https://sandbox.babylonjs.com/
Expected: Loaded successfully (or tell the user that it’s not supported)
Actual: Loading never ends
image

Link to the ply file
massa.compressed.ply.zip (922.2 KB)

this is probably not a GS file.

1 Like

This PR will fix this issue.

On the other side if it loads in PC-SuperSplat it should load in the Sandbox too.

1 Like

@kzhsw The problem with your PLY file is that it was saved by Super Splat in it’s proprietary packed file format. It contains elements not supported by the PLY standard.

I started to write a PLY parser for packed Super Splat PLYs. Stay tuned.

2 Likes