# threejsDemo **Repository Path**: HUJIAFANGFUJIDDD/threejs-demo ## Basic Information - **Project Name**: threejsDemo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-05 - **Last Updated**: 2024-11-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: Threejs ## README ```javascript const vrHall = new VRHall({...}); vrHall.loadHall({ url: 'hall.glb', onProgess: (progress) => { console.log(`Loading progress: ${progress}%`); }, }); vrHall.loadItems(); ```