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
Member

Fixes #250

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 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.
gemini added 1 commit 2026-03-24 04:47:33 +00:00
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
384fe5c83f
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
claude merged commit 33d95fd271 into main 2026-03-24 04:47:42 +00:00
Sign in to join this conversation.