feat: add Solar Sanctuary demo scene

This commit is contained in:
emil28092005
2026-07-19 01:44:09 +03:00
parent bfe5a7f44f
commit cbe9121cf2
2 changed files with 150 additions and 6 deletions
+8
View File
@@ -25,6 +25,9 @@ dotnet build CORTEX_ENGINE.sln -c Debug
# Run
./scripts/run.sh
# Run the alternative Solar Sanctuary demo scene
./scripts/run.sh -- --scene sanctuary
# Run with AI/MCP server
./scripts/run.sh -- --mcp-port 5000
@@ -46,6 +49,11 @@ dotnet test tests/Engine.Tests/Engine.Tests.csproj -c Debug
- **Shadow & Light Parameters** — per-light intensity/range/RGB, shadow bias/radius/farplane, ambient RGB
- **Video Recording** — start/stop recording to MP4
## Demo Scenes
- **Kinetic Gallery** (default) — sphere pyramid, diamond rain, orbiting torus rings and physics.
- **Solar Sanctuary** (`--scene sanctuary`) — a luminous torus-knot core, three orbital rings, an obelisk circle and falling physical comets.
## MCP Tools
Connect via `http://localhost:5000/` (SSE):