auto-git:

[change] src/runtime-three/runtime-host.ts
This commit is contained in:
2026-04-18 19:54:07 +02:00
parent 695cbf5fb9
commit 2efcf632e2

View File

@@ -424,6 +424,7 @@ export class RuntimeHost {
this.scene.add(this.moonLight);
this.scene.add(this.localLightGroup);
this.scene.add(this.brushGroup);
this.scene.add(this.terrainGroup);
this.scene.add(this.modelGroup);
this.underwaterSceneFog.density = 0;
this.scene.fog = this.underwaterSceneFog;