fixed tool/selection init, and some bounding box issues

This commit is contained in:
Yeicor
2024-03-02 19:45:48 +01:00
parent a7f07d172e
commit a2a14ca257
3 changed files with 22 additions and 29 deletions

View File

@@ -4,9 +4,9 @@ export const settings = {
// @ts-ignore
// new URL('../../assets/fox.glb', import.meta.url).href,
// @ts-ignore
new URL('../../assets/logo.glb', import.meta.url).href,
// new URL('../../assets/logo.glb', import.meta.url).href,
// Websocket URLs automatically listen for new models from the python backend
// "ws://192.168.1.132:32323/"
"ws://192.168.1.132:32323/"
],
displayLoadingEveryMs: 1000, /* How often to display partially loaded models */
checkServerEveryMs: 100, /* How often to check for a new server */