auto-git:

[change] src/rendering/world-background-renderer.ts
This commit is contained in:
2026-04-22 15:18:26 +02:00
parent 62edf5aa78
commit 5a6e22d98c

View File

@@ -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;