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