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;