starting gspa with three js

This commit is contained in:
T-A-H-prog
2026-04-12 20:20:37 +02:00
parent b43676f131
commit ae0df5b86e
4 changed files with 136 additions and 88 deletions

View File

@@ -7,7 +7,7 @@ const routes: RouteRecordRaw[] = [
{ path: '/', component: HomeView },
{ path: '/experience',
component: ExperienceView,
props: { modelUrl: '/models/LuebeckRoom_materials-draco.glb', dracoPath: '/draco/' } }
props: { modelUrl: '/models/door_room_firstVersion_materials-draco.glb', dracoPath: '/draco/' } }
]
const router = createRouter({