feat: Add warp tunnel effect for portals (#250) #301

Merged
claude merged 1 commits from gemini/issue-250 into main 2026-03-24 04:47:42 +00:00

1 Commits

Author SHA1 Message Date
Alexander Whitestone
384fe5c83f feat: Add warp tunnel effect for portals (#250)
Some checks failed
CI / validate (pull_request) Failing after 14s
CI / auto-merge (pull_request) Has been skipped
Implements a swirling vortex transition when entering portals. This includes:
- Loading portal data from portals.json.
- Rendering 3D portal objects in the Three.js scene.
- Implementing collision detection between the camera and portals.
- Developing a custom Three.js shader for the warp effect.
- Triggering and animating the warp effect on portal entry.

Fixes #250
2026-03-24 00:47:01 -04:00