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.
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