Geometry import supporting scenery / Splat

I wonder if there would be any support for importing geometries / files for Gaussian Splattering, specifically extension PTY or SPZ.

I am struggling to convert these files into something that can be imported to Visual Components. Either a mesh or even a point cloud.

Does anyone have worked with these before?

Gaussian splatting is a special rendering technique that doesn’t use geometry in any traditional sense. It is not supported by VC as of version 4.9.1.

You would need to generate a mesh (or maybe a point cloud) from the dataset to do anything other than jus rendering with it and can then import that mesh to VC.

I would look more in detail about the conversion using PyTorch(SUGAR) and see what can I do to import it to VC.

Thank you TSy for your support.