After converting Gaussian Splatting data to 3D Tiles via Cesium ion, the tileset fails to render in CesiumJS 1.131.0. no splats appear.
Are you using base terrain as cesium world terrain in cesiumjs?
yes.
I guess you haven’t configured cesiumjs properly based on the error shown in the reply. import it as module and you are good to go.
Yes,I restarted a vite-based cesium and it showed up fine, presumably because the webpack configuration wasn’t done properly.
Did you have trouble uploading your splat and having it geolocated correctly? I’m trying to do it via a splat that’s from DJI Terra but running into issues. Just wondering how you got it to work.
My problem is that cesium’s update is incomplete, cesium’s version loads once it’s updated to 1.130.1 or higher.
How did you upload your splat though to Ion? You had no issues?
Hi, my splat was exported from bentley itwin capture as a ply format file and i have not had any problems uploading it.
Is your PLY file structured like this or something different?
ply
format binary_little_endian 1.0
element vertex 6242811
comment minx -91.1786804
comment miny -70.5256577
comment minz -92.2120438
comment maxx 158.3650665
comment maxy 150.6505432
comment maxz -18.1847954
property float x
property float y
property float z
property float nx
property float ny
property float nz
property float f_dc_0
property float f_dc_1
property float f_dc_2
property float opacity
property float scale_0
property float scale_1
property float scale_2
property float rot_0
property float rot_1
property float rot_2
property float rot_3
property float filter_3D
end_header
`a
It likes here:
ply
format binary_little_endian 1.0
comment SRS=ENU:46.65466,6.53857
element vertex 500967
property float x
property float y
property float z
property float f_dc_0
property float f_dc_1
property float f_dc_2
property float f_rest_0
property float f_rest_1
property float f_rest_2
property float f_rest_3
property float f_rest_4
property float f_rest_5
property float f_rest_6
property float f_rest_7
property float f_rest_8
Thank you. Mine doesn’t seem to be georeferenced. Perhaps that’s why.

