auto-git:

[change] tests/domain/scene-document-validation.test.ts
 [change] tests/domain/world-settings.test.ts
 [change] tests/serialization/project-document-json.test.ts
 [change] tests/unit/world-shader-sky.test.ts
This commit is contained in:
2026-04-22 16:00:18 +02:00
parent 31496613f7
commit c6c765ec69
4 changed files with 17 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ describe("project document JSON", () => {
activeScene.world.showCelestialBodies = true;
activeScene.world.shaderSky.dayTopColorHex = "#4a76bb";
activeScene.world.shaderSky.dayBottomColorHex = "#d6efff";
activeScene.world.shaderSky.horizonHeight = -0.06;
activeScene.world.shaderSky.stars.density = 0.72;
activeScene.world.shaderSky.clouds.coverage = 0.63;
activeScene.world.shaderSky.clouds.tintHex = "#ece7df";