Skip to main content

GSplat

A GSplat asset contains 3D Gaussian Splat data. PlayCanvas supports the import of GSplat data from PLY files (including compressed PLY) and SOG files.

tip

The SOG format is recommended for its efficient compression, resulting in smaller file sizes and faster load times.

Inspector

You can select a GSplat asset in the Assets Panel and view it in the Inspector.

GSplat Asset Inspector

Properties

The META section lists the key properties of the GSplat data.

PropertyDescription
FormatThe file format: PLY (binary_little_endian 1.0), Compressed PLY, or SOG (read-only).
SplatsThe total number of Gaussians stored in the PLY file (read-only).
SH BandsThe number of spherical harmonics bands used for view-dependent color (read-only).
Bound MinThe minimum bounds of the Gaussian splat data in 3D space (read-only).
Bound MaxThe maximum bounds of the Gaussian splat data in 3D space (read-only).
tip

To use this asset in scripts, see Asset Attributes.