Create a compass rose on the floor that glows when facing north #120
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: 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
MeshBasicMaterialopacity + an additive-blended point halo at the arrow tip. Works in all modes; most dramatic in photo mode when orbiting to face north.