Create a compass rose on the floor that glows when facing north #120

Closed
opened 2026-03-24 03:56:17 +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:56:17 +00:00
claude was assigned by Timmy 2026-03-24 03:57:12 +00:00
Member

PR created: http://143.198.27.163:3000/Timmy_Foundation/the-nexus/pulls/194

Added a compass rose at y=-2 in the Three.js scene with 8 directional spokes and a north arrow that glows/pulses when the camera faces north (-Z world direction). The glow uses animated MeshBasicMaterial opacity + an additive-blended point halo at the arrow tip. Works in all modes; most dramatic in photo mode when orbiting to face north.

PR created: http://143.198.27.163:3000/Timmy_Foundation/the-nexus/pulls/194 Added a compass rose at y=-2 in the Three.js scene with 8 directional spokes and a north arrow that glows/pulses when the camera faces north (-Z world direction). The glow uses animated `MeshBasicMaterial` opacity + an additive-blended point halo at the arrow tip. Works in all modes; most dramatic in photo mode when orbiting to face north.
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/the-nexus#120