Skip to main content

SPLAT to PLY Converter Online

Convert SPLAT Gaussian Splatting files to PLY for full desktop tool and research pipeline compatibility.

Last updated Mar 2026

  1. 1
    Upload
  2. 2
    Convert
  3. 3
    Download

Drag SPLAT file here, or click to upload

What You Should Know

Why Convert SPLAT to PLY?

PLY is the universal format for 3DGS editing and research. If you have a scene in SPLAT format and need to load it into a desktop editing tool, research pipeline, or the official 3D Gaussian Splatting viewer, converting to PLY restores that compatibility. This is useful when you have received a SPLAT file but need to perform operations that require PLY input — such as fine-tuning Gaussian parameters, using the scene as a starting point for further training, or importing into a Blender 3DGS add-on.

What the PLY Output Contains

The output PLY file contains all Gaussian positions, covariance (scale and rotation), opacity, and base color from the SPLAT source. What it does not contain is spherical harmonics data — SPLAT files do not store SH, so the PLY output will have only DC coefficients (f_dc_0, f_dc_1, f_dc_2) with all f_rest_ coefficients set to zero. Any desktop tool that renders this PLY will show correct geometry and base colors, but will not display view-dependent color effects because the SH data is absent.

File Size Expansion and PLY Dual Identity

PLY is significantly larger than SPLAT. A 100 MB SPLAT file (approximately 3.1 million Gaussians) will expand to approximately 730 MB in PLY format (with full SH layout, even though SH values are zero). The PLY file size is determined by the number of Gaussians and the number of SH properties written, regardless of whether those properties contain meaningful data. Ensure you have adequate disk space before converting large SPLAT files. Important: the resulting PLY is a Gaussian Splatting PLY — it contains Gaussian parameters (f_dc_*, scale_*, rot_*), not mesh geometry. It will not load correctly as a mesh in standard PLY viewers. See /formats/ply-3dgs for more on the difference.

SPLAT vs PLY
FeatureSPLATPLY
File SizeMedium — ~50% of equivalent PLYLarge — uncompressed (~236 bytes/Gaussian)
Spherical HarmonicsNo — base color only (SH stripped)Yes — full SH up to degree 3
Web CompatibilityBroad — widely supported by web viewersLimited — size makes direct delivery impractical
CompressionModerate — fixed 32-byte layoutNone — raw parameter storage
Progressive LoadingNoNo
Typical UseWeb sharing, antimatter15 viewer, broad compatibilityResearch, desktop editing, source of truth
Frequently Asked Questions
Technically yes, but results will be limited. The SPLAT-derived PLY lacks spherical harmonics, so any retraining that optimizes SH will start from zero SH coefficients. The Gaussian positions, scales, and rotations are valid starting points. For best results when retraining, start from the original PLY that contains full SH data.
Yes. The output PLY matches the property layout expected by the official SIBR viewer. The scene will render correctly with flat colors (no SH-based view-dependent effects, since SPLAT lacks SH data).
Approximately 7x larger. PLY stores ~236 bytes per Gaussian versus SPLAT's 32 bytes. A 100 MB SPLAT file becomes approximately 700 MB PLY.
You need a Blender add-on that supports Gaussian Splatting PLY files — standard Blender PLY import treats the file as a mesh, not a 3DGS scene. The graphdeco-inria Blender add-on or third-party 3DGS plugins are required.

Related Converters