Commit graph

4 commits

Author SHA1 Message Date
warnason
6a4772f00c Improve 3D navigation: animated pivot on double-click
- Double-click on a building element sets it as the new orbit center
- Smooth animated transition using cubic ease-out (300ms)
- Enable screen-space panning for consistent pan behavior
- Set min/max zoom distance to prevent clipping
2026-04-22 17:03:54 +02:00
warnason
1245316aa4 Add interactive Three.js 3D viewer with IFC element inspection
- GLTFLoader renders server-converted glb model
- Click on 3D element to view properties (linked via IFC GlobalId)
- Sidebar with element list, filterable by type and storey
- Property panel shows all IFC PropertySets for selected element
- OrbitControls for camera navigation (rotate, zoom, pan)
- Auto-loads existing project on page visit
- Upload button for new IFC files
2026-04-20 18:10:26 +02:00
warnason
fbd8c88942 Allow bim.stifting.at as Vite dev server host 2026-04-20 19:49:18 +02:00
warnason
5cb6f1403b Initial project scaffold: FastAPI backend + Vue.js frontend
- FastAPI with async SQLAlchemy models for IFC elements
- IFC file upload and parsing via IfcOpenShell
- REST API for projects, elements, and properties
- Vue.js 3 frontend shell with Three.js dependency
- Docker Compose for full-stack local development
- PostgreSQL 16 as database
- CI pipeline for Forgejo Actions
- Project documentation and API overview
2026-04-20 18:01:12 +02:00