[kimi] Add /api/matrix/config endpoint for world configuration (#674) (#736)
Some checks failed
Tests / lint (push) Has been cancelled
Tests / test (push) Has been cancelled

This commit was merged in pull request #736.
This commit is contained in:
2026-03-21 14:25:19 +00:00
parent c9601ba32c
commit 9d4ac8e7cc
3 changed files with 321 additions and 0 deletions

28
config/matrix.yaml Normal file
View File

@@ -0,0 +1,28 @@
# Matrix World Configuration
# Serves lighting, environment, and feature settings to the Matrix frontend.
lighting:
ambient_color: "#1a1a2e"
ambient_intensity: 0.4
point_lights:
- color: "#FFD700"
intensity: 1.2
position: { x: 0, y: 5, z: 0 }
- color: "#3B82F6"
intensity: 0.8
position: { x: -5, y: 3, z: -5 }
- color: "#A855F7"
intensity: 0.6
position: { x: 5, y: 3, z: 5 }
environment:
rain_enabled: false
starfield_enabled: true
fog_color: "#0f0f23"
fog_density: 0.02
features:
chat_enabled: true
visitor_avatars: true
pip_familiar: true
workshop_portal: true