refactor: prepare main feature gameplay object and use GLB sky model

This commit is contained in:
Tom Boullay
2026-04-30 10:02:00 +02:00
parent d7b77b2f44
commit 475a4c7c5e
26 changed files with 152 additions and 53 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
export const GAME_SCENE_SKYBOX_PATH = "/skybox/sky.exr";
export const GAME_SCENE_SKY_MODEL_PATH = "/models/sky/model.glb";
export const PHYSICS_SCENE_BACKGROUND_COLOR = "#0b1018";