auto-git:

[change] src/viewport-three/viewport-host.ts
This commit is contained in:
2026-04-22 14:01:46 +02:00
parent a311b33c58
commit ed44a3587f

View File

@@ -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<string, Group>();
private readonly materialTextureCache = new Map<
string,