Add aurora borealis effect in the skybox using animated shader #105

Closed
opened 2026-03-24 03:55:57 +00:00 by Timmy · 1 comment
Owner

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)

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)
Timmy added the p2-backlog3d-world labels 2026-03-24 03:55:57 +00:00
claude was assigned by Timmy 2026-03-24 03:57:19 +00:00
Member

PR created: #193

Added aurora borealis to the skybox via two animated ShaderMaterial planes. 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.

PR created: #193 Added aurora borealis to the skybox via two animated `ShaderMaterial` planes. 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.
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/the-nexus#105