Babylon.js V9.0: 3DGS Gets Shadows, SOGs, and Triangle Splatting Support Announced

Michael Rubloff

Michael Rubloff

Email
Copy Link
Twitter
Linkedin
Reddit
Whatsapp
D5 Render 3.1

Babylon.js 9.0 is here, and with it comes another significant leap forward for radiance field rendering on the web. Building on the foundation laid in V8, which introduced dedicated Gaussian Splatting mesh and material classes, Node Material Editor integration, and major performance optimizations, the 9.0 release deepens the engine’s commitment to real time splatting with a slate of features that bring Babylon closer to being a full-fledged production pipeline for radiance field content.

Here’s a breakdown of the key splatting updates arriving in V9.

One of the most requested features in the Babylon.js community has landed. Gaussian Splatting meshes can now cast shadows. Because splats are rendered using alpha blending, the shadow implementation requires transparency shadow support to be enabled on the shadow generator. Now developers can ground their splats with contact hardening shadows.

Babylon.js now supports the SOG/SOGS compressed format from Fraunhofer HHI’s Self-Organizing Gaussians research. SOG is a compression scheme that dramatically reduces file sizes for Gaussian Splatting data. Cedric Guillemet shipped it as part of the 8.30.4 release cycle that rolls into the V9 milestone.

The V8 cycle introduced Niantic’s SPZ format and Spherical Harmonics support. V9 continues to refine the loader pipeline, with the SPZ importer now supporting a flipY option for handling vertically flipped file outputs. The broader splat file loader has also been improved. Babylon now supports loading .splat, .ply, .spz, and .sog files through a unified loading path, making it straightforward to work with splat data regardless of its origin.

Gaussian Splatting rendering now works correctly with orthographic cameras. This may sound like a small change, but it opens up important use cases: architectural visualization, isometric game views, technical documentation, and any scenario where perspective distortion needs to be eliminated.

Perhaps what will generate the most buzz is initial support for Triangle Splatting, the radiance field technique introduced by researchers at the University of Liège and UCLouvain that replaces semi-transparent Gaussian ellipsoids with opaque triangular geometry.

Triangle Splatting produces a mesh of opaque, vertex colored triangles stored in standard PLY files. Babylon can already load and render these—the key is applying an unlit vertex color material with backface culling disabled. The documentation now includes the recommended material setup:

const material = new BABYLON.StandardMaterial("unlitVertexColorMat", scene);
material.disableLighting = true;              
material.emissiveColor = new BABYLON.Color3(1, 1, 1);
material.diffuseColor = new BABYLON.Color3(1, 1, 1);
material.backFaceCulling = false;
const material = new BABYLON.StandardMaterial("unlitVertexColorMat", scene);
material.disableLighting = true;              
material.emissiveColor = new BABYLON.Color3(1, 1, 1);
material.diffuseColor = new BABYLON.Color3(1, 1, 1);
material.backFaceCulling = false;
const material = new BABYLON.StandardMaterial("unlitVertexColorMat", scene);
material.disableLighting = true;              
material.emissiveColor = new BABYLON.Color3(1, 1, 1);
material.diffuseColor = new BABYLON.Color3(1, 1, 1);
material.backFaceCulling = false;
const material = new BABYLON.StandardMaterial("unlitVertexColorMat", scene);
material.disableLighting = true;              
material.emissiveColor = new BABYLON.Color3(1, 1, 1);
material.diffuseColor = new BABYLON.Color3(1, 1, 1);
material.backFaceCulling = false;

What makes Triangle Splatting exciting is what it inherits from being opaque geometry: correct depth testing and occlusion without per-frame sorting, compatibility with standard rendering pipelines, potential for dynamic LODs, and, crucially, the possibility of relighting. As Cedric noted in the forums, opaque geometry solves many of the compositing challenges that make traditional Gaussian Splats difficult to integrate into mixed scenes. The research team also since released Triangle Splatting+, which pushes the technique further with fully opaque, differentiable rendering.

It’s worth noting that the differentiable renderer needed for training Triangle Splats currently depends on CUDA, so the training side remains a GPU compute workload. But the inference, loading and rendering the resulting triangle meshes, works today in Babylon.js on any WebGL or WebGPU device.

V9 also refines the multi part scene composition workflow for Gaussian Splatting. Developers can now combine multiple splat assets into a single scene while maintaining global sort order, attach parts to a root container, and independently transform each component. Each part supports independent visibility controls, and a new GPU based picking system enables accurate selection of individual splat parts.

The Gaussian Splatting material now integrates with Babylon.js’s material plugin system via MaterialPluginBase. This lets developers extend the splatting shader pipeline with custom effects without forking the core material code.

Looking at the open issues on the Babylon.js GitHub, the team has GS LOD (level-of-detail) streaming on the roadmap, a feature that PlayCanvas has already shipped and that would be transformative for large scale splat scenes on resource constrained devices. Babylon.js appears to be positioning itself not just as a viewer for radiance field data, but as a platform where splats are as composable, editable, and production ready as traditional meshes.

Babylon.js remains open-source under the Apache 2.0 license. The full changelog is available on GitHub, and the Gaussian Splatting documentation has been updated to reflect all of the new features.

Featured

Recents

Platforms

Scaniverse #SplatYourWorld Challenge Winners Announced

Niantic Spatial names the first Scaniverse #SplatYourWorld Challenge winners, with Hiroto Otsubo's Insta360 X5 capture of Salar de Uyuni taking the Grand Prize.

Michael Rubloff

Aug 12, 2026

Platforms

Scaniverse #SplatYourWorld Challenge Winners Announced

Niantic Spatial names the first Scaniverse #SplatYourWorld Challenge winners, with Hiroto Otsubo's Insta360 X5 capture of Salar de Uyuni taking the Grand Prize.

Michael Rubloff

Platforms

Rerun Adds an Experimental Gaussian Splat Archetype and EWA Renderer in 0.36.0

Rerun 0.36 adds an experimental GaussianSplats3D archetype and an EWA splat renderer, loading Gaussian splat PLY files directly in the Viewer or from the SDK.

Michael Rubloff

Aug 12, 2026

Platforms

Rerun Adds an Experimental Gaussian Splat Archetype and EWA Renderer in 0.36.0

Rerun 0.36 adds an experimental GaussianSplats3D archetype and an EWA splat renderer, loading Gaussian splat PLY files directly in the Viewer or from the SDK.

Michael Rubloff

Platforms

XGRIDS Adds a Gaussian Splat Format Converter to LCC Studio V2.3.0

XGRIDS LCC Studio V2.3.0 adds a Converter for moving 3DGS data between formats and out to 3D Tiles and USD, and LCC Model Editor V1.2.0 gains a Mip Filter.

Michael Rubloff

Aug 12, 2026

Platforms

XGRIDS Adds a Gaussian Splat Format Converter to LCC Studio V2.3.0

XGRIDS LCC Studio V2.3.0 adds a Converter for moving 3DGS data between formats and out to 3D Tiles and USD, and LCC Model Editor V1.2.0 gains a Mip Filter.

Michael Rubloff

Platforms

Insta360 Brings Gaussian Splatting to the X6 With Spatial Capture

Insta360 X6 adds Spatial Capture, turning 360 captures into 3D Gaussian splatting models through cloud processing.

Michael Rubloff

Aug 12, 2026

Platforms

Insta360 Brings Gaussian Splatting to the X6 With Spatial Capture

Insta360 X6 adds Spatial Capture, turning 360 captures into 3D Gaussian splatting models through cloud processing.

Michael Rubloff

Trending Articles
  1. TRENDING
    Loading...
  2. TRENDING
    Loading...
  3. TRENDING
    Loading...
Michael Rubloff

Written by Michael Rubloff

Michael is the Founder and Managing Editor of Radiancefields.com

Email
Copy Link
Twitter
Linkedin
Reddit
Whatsapp

More from Michael Rubloff

More from Michael Rubloff

Platforms

Scaniverse #SplatYourWorld Challenge Winners Announced

Niantic Spatial names the first Scaniverse #SplatYourWorld Challenge winners, with Hiroto Otsubo's Insta360 X5 capture of Salar de Uyuni taking the Grand Prize.

Michael Rubloff

Aug 12, 2026

Niantic Spatial

Platforms

Scaniverse #SplatYourWorld Challenge Winners Announced

Michael Rubloff

Aug 12, 2026

Niantic Spatial

Platforms

Scaniverse #SplatYourWorld Challenge Winners Announced

Niantic Spatial names the first Scaniverse #SplatYourWorld Challenge winners, with Hiroto Otsubo's Insta360 X5 capture of Salar de Uyuni taking the Grand Prize.

Michael Rubloff

Aug 12, 2026

Niantic Spatial

Platforms

Rerun Adds an Experimental Gaussian Splat Archetype and EWA Renderer in 0.36.0

Rerun 0.36 adds an experimental GaussianSplats3D archetype and an EWA splat renderer, loading Gaussian splat PLY files directly in the Viewer or from the SDK.

Michael Rubloff

Aug 12, 2026

Rerun

Platforms

Rerun Adds an Experimental Gaussian Splat Archetype and EWA Renderer in 0.36.0

Michael Rubloff

Aug 12, 2026

Rerun

Platforms

Rerun Adds an Experimental Gaussian Splat Archetype and EWA Renderer in 0.36.0

Rerun 0.36 adds an experimental GaussianSplats3D archetype and an EWA splat renderer, loading Gaussian splat PLY files directly in the Viewer or from the SDK.

Michael Rubloff

Aug 12, 2026

Rerun

Platforms

XGRIDS Adds a Gaussian Splat Format Converter to LCC Studio V2.3.0

XGRIDS LCC Studio V2.3.0 adds a Converter for moving 3DGS data between formats and out to 3D Tiles and USD, and LCC Model Editor V1.2.0 gains a Mip Filter.

Michael Rubloff

Aug 12, 2026

LCC Studio

Platforms

XGRIDS Adds a Gaussian Splat Format Converter to LCC Studio V2.3.0

Michael Rubloff

Aug 12, 2026

LCC Studio

Platforms

XGRIDS Adds a Gaussian Splat Format Converter to LCC Studio V2.3.0

XGRIDS LCC Studio V2.3.0 adds a Converter for moving 3DGS data between formats and out to 3D Tiles and USD, and LCC Model Editor V1.2.0 gains a Mip Filter.

Michael Rubloff

Aug 12, 2026

LCC Studio