From 5a6e22d98ca1d842b01a9624deeabda0bdd41c80 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 22 Apr 2026 15:18:26 +0200 Subject: [PATCH] auto-git: [change] src/rendering/world-background-renderer.ts --- src/rendering/world-background-renderer.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rendering/world-background-renderer.ts b/src/rendering/world-background-renderer.ts index 10c8cef6..0b1f06bf 100644 --- a/src/rendering/world-background-renderer.ts +++ b/src/rendering/world-background-renderer.ts @@ -10,6 +10,7 @@ import { ShaderMaterial, SphereGeometry, Texture, + Vector2, Vector3 } from "three"; @@ -18,6 +19,7 @@ import type { WorldBackgroundSettings, WorldSunLightSettings } from "../document/world-settings"; +import type { WorldShaderSkyRenderState } from "./world-shader-sky"; const BACKGROUND_SPHERE_RADIUS = 320; const BACKGROUND_SPHERE_WIDTH_SEGMENTS = 48;