From ed44a3587f93368480264c74c8d1449d5658a46d Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 22 Apr 2026 14:01:46 +0200 Subject: [PATCH] auto-git: [change] src/viewport-three/viewport-host.ts --- src/viewport-three/viewport-host.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/viewport-three/viewport-host.ts b/src/viewport-three/viewport-host.ts index 8a87d207..117727ea 100644 --- a/src/viewport-three/viewport-host.ts +++ b/src/viewport-three/viewport-host.ts @@ -478,6 +478,7 @@ export class ViewportHost { private readonly ambientLight = new AmbientLight(); private readonly sunLight = new DirectionalLight(); private readonly localLightGroup = new Group(); + private readonly lightVolumeGroup = new Group(); private readonly brushGroup = new Group(); private readonly terrainGroup = new Group(); private readonly terrainBrushPreviewGroup = new Group(); @@ -514,6 +515,10 @@ export class ViewportHost { string, LocalLightRenderObjects >(); + private readonly lightVolumeRenderObjects = new Map< + string, + LightVolumeRenderObjects + >(); private readonly modelRenderObjects = new Map(); private readonly materialTextureCache = new Map< string,