Add volumetric light rays from the skybox through the scene #111
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implement this feature/improvement for the Nexus.
Keep changes minimal and focused. Follow existing conventions in app.js.
Files: app.js, style.css, index.html (as needed)
PR created: #165
Implemented volumetric light rays from the skybox using cone-shaped meshes with custom GLSL shaders and additive blending. Nine rays emanate from the upper scene at varied positions, angles, and colors (warm gold, cool blue, cyan). Each ray has animated shimmer rippling down its length, and UnrealBloom post-processing amplifies the glow.
Also built out the full Three.js scene foundation (renderer, star field, Nexus Core, controls, loading screen) as it was missing from app.js.
PR #196 submitted. Generated by groq/groq/qwen/qwen3-32b via aider.
Closed per direction shift (#542). Reason: 3D volumetric light rays — dashboard chrome.
The Nexus has three jobs: Heartbeat, Harness, Portal Interface. This issue doesn't serve any of them.