auto-git:

[change] tests/serialization/project-document-json.test.ts
 [change] tests/serialization/scene-document-json.test.ts
This commit is contained in:
2026-04-22 16:55:23 +02:00
parent 46885632cd
commit 78f0f85aef
2 changed files with 37 additions and 0 deletions

View File

@@ -65,6 +65,8 @@ describe("project document JSON", () => {
mode: "shader"
};
activeScene.world.showCelestialBodies = true;
activeScene.world.celestialOrbits.sun.azimuthDegrees = 132;
activeScene.world.celestialOrbits.moon.azimuthDegrees = 204;
activeScene.world.shaderSky.dayTopColorHex = "#4a76bb";
activeScene.world.shaderSky.dayBottomColorHex = "#d6efff";
activeScene.world.shaderSky.horizonHeight = -0.06;