I can’t see anything and there are no mistakes.
Gaussian Splatting demo
Hello,
It works on my side, I can see a duck sitting on a box. Maybe you have a bad internet connection ? Since the .ply is 59 MB, it could take a while…
++
Tricotou
Hi.
Does load here as well, on the desktop and on the mobile.
You could also try to load the .ply into SuperSplat first and save it as a .splat model.
Thats a bit more optimized to reduce data.
Best.
Werner
Sorry, I placed the wrong connection.I have updated the demo URL.
Hi, September 2 2024 my babylone.js coded viewer for gaussian splatting ply and splat worked but today September 4th it does not anymore. Was there an update of something I missed?
I use:
<script src="https://cdn.babylonjs.com/babylon.js"></script>
<script src="https://cdn.babylonjs.com/loaders/babylon.glTF2FileLoader.js"></script>
cc @Cedric
Yes, GS loading has changed to be more consistent with the rest of the engine. see updated documentation. I’m working on preserving back compatibility.
https://doc.babylonjs.com/features/featuresDeepDive/mesh/gaussianSplatting
EDIT: This PR will bring back back compatibility but note these loading methods are now deprecated. GSplat consistency by CedricGuillemet · Pull Request #15515 · BabylonJS/Babylon.js · GitHub