3D Gaussian Splatting Integrates into glTF Standard 🚀

Published on February 19, 2026 | Translated from Spanish

The 3D Gaussian Splatting technique, known for generating dense scenes from photographs, takes a step toward standardization. A development extension seeks to incorporate this data directly into the glTF format. This would allow storing splat-based representations alongside traditional meshes in a single open file, facilitating their use in established workflows.

A glTF extension, represented as a technical document, shows a hybrid 3D model: one half is a classic wireframe mesh and the other a dense, colorful cloud of Gaussian points.

An Extension to Unify 3D Representations 🔗

The proposal defines how to package Gaussian parameters (position, color, covariance) within a glTF resource, using standard buffers and accessors. This enables a single viewer to switch between rendering meshes and splats. Integration into the glTF ecosystem promises greater interoperability between tools, avoiding proprietary formats and simplifying the exchange of complex assets captured from the real world.

Goodbye to Polygons, Hello to Standardized Blobs 🤯

It seems the dream of a scene composed only of perfect triangles faces a messier reality. Now we'll have to deal with files that officially contain clouds of blurry ellipsoids. Soon we'll see forum debates about whether your engine supports splats with metallic-roughness and heated discussions about opacity compression. The era of the 3D pixel has arrived, and it comes with its own standard.