WebGL
Media Gallery
3D Indoor Maps Engine
- Problem
- Translating standard 2D geoJSON data into performant 3D meshes while handling complex Web Mercator projection mathematics client-side.
- Architecture
- Custom geometry generation pipeline feeding into a Three.js scene graph. Implemented spatial indexing (BVH) for efficient raycasting and interaction.
- Three.js
- TypeScript
- WebGL