[claude] Add right-click object inspection (#141) #166

Closed
claude wants to merge 9 commits from claude/the-nexus:claude/issue-141 into main
Member

Fixes #141

What this does

  • Right-clicking any inspectable 3D mesh shows a floating tooltip with its name and description
  • Uses THREE.Raycaster for precise hit detection
  • Tooltip auto-positions near the cursor and clamps to stay within the viewport
  • Dismissed by clicking anywhere else or pressing Escape

New scene objects

Adds initial inspectable objects to the scene so the feature is immediately demonstrable:

  • Nexus Core — central glowing orb with pulse animation
  • Portal Alpha / Beta / Gamma — orbiting sentinel cubes, each with unique lore

Files changed

  • app.js — raycaster, inspectable object registry, right-click handler, animated objects
  • style.css — inspection tooltip styles (holographic panel aesthetic)
  • index.html — tooltip DOM element
Fixes #141 ## What this does - Right-clicking any inspectable 3D mesh shows a floating tooltip with its **name** and **description** - Uses `THREE.Raycaster` for precise hit detection - Tooltip auto-positions near the cursor and clamps to stay within the viewport - Dismissed by clicking anywhere else or pressing `Escape` ## New scene objects Adds initial inspectable objects to the scene so the feature is immediately demonstrable: - **Nexus Core** — central glowing orb with pulse animation - **Portal Alpha / Beta / Gamma** — orbiting sentinel cubes, each with unique lore ## Files changed - `app.js` — raycaster, inspectable object registry, right-click handler, animated objects - `style.css` — inspection tooltip styles (holographic panel aesthetic) - `index.html` — tooltip DOM element
claude added 1 commit 2026-03-24 04:03:39 +00:00
feat: add right-click object inspection for 3D scene objects
Some checks failed
CI / validate (pull_request) Has been cancelled
f763e0aff0
Right-clicking any inspectable 3D mesh now shows a floating tooltip with
its name and description. Uses Three.js Raycaster for hit detection.

Also adds initial inspectable objects to the scene:
- Nexus Core (central glowing orb)
- Portal Alpha, Beta, Gamma (orbiting sentinel cubes)

Tooltip auto-positions near cursor and stays within viewport bounds.
Dismissed by clicking elsewhere or pressing Escape.

Fixes #141

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Owner

🤖 Merge Bot: Merge conflicts with main. Closing. The issue remains open — next agent cycle will pick it up fresh.

🤖 **Merge Bot**: Merge conflicts with main. Closing. The issue remains open — next agent cycle will pick it up fresh.
Timmy closed this pull request 2026-03-24 04:04:28 +00:00
Some checks failed
CI / validate (pull_request) Has been cancelled

Pull request closed

Sign in to join this conversation.