working basic loading glbs demo after lots of fixes

This commit is contained in:
Yeicor
2024-02-17 21:04:37 +01:00
parent c357c88a6f
commit 16b3a8ea64
11 changed files with 569 additions and 73 deletions

View File

@@ -8,6 +8,8 @@ export const settings = {
// Websocket URLs automatically listen for new models from the python backend
//"ws://localhost:8080/"
],
displayLoadingEveryMs: 1000, /* How often to display partially loaded models */
checkServerEveryMs: 100, /* How often to check for a new server */
// ModelViewer settings
autoplay: true,
arModes: 'webxr scene-viewer quick-look',