[SOLVED] SuperSplat - Loading Error

Hey,

the SuperSplat editor looks super useful, but sadly the import of my model doesn´t work.
Here´s the error I receive:

Cannot read properties of undefined (reading 0) while loading ´modelname.ply´

The ply was exported from LumaAI. I also tried to load a ply file I found on the internet with the same error message.
I tried the SuperSplat online version and also the local install.

Link to the ply file:

Any help is much appreciated.
Thanks!

PIng @slimbuck

Hi, please make sure you’ve exported the gaussian splat ply file. This error is usually raised when the file doesn’t contain the gaussian splat data.

I will also be able to investigate for you tomorrow.

You’re correct, @slimbuck. This is just a vanilla point cloud (as hinted by the filename). The PLY header has:

ply
format binary_little_endian 1.0
comment Created by Open3D
element vertex 1799890
property double x
property double y
property double z
property uchar red
property uchar green
property uchar blue
end_header

@GeraldW You are downloading the wrong thing.

1 Like

Thanks Will, now that the engine is updated I can improve this error message.

1 Like

You are correct, I downloaded the wrong file.
Thanks for the fast reply and help, everyone!

1 Like