Add aurora borealis effect in the skybox using animated shader #105
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: #193
Added aurora borealis to the skybox via two animated
ShaderMaterialplanes. The GLSL fragment shader uses 5-octave fBm noise to generate flowing vertical curtain bands with organic motion. Colors shift between green, teal, and violet. Additive blending composites it cleanly behind the star field and constellation lines.