Spaces:
Running
Running
Update viewer.js
Browse files
viewer.js
CHANGED
|
@@ -20,7 +20,7 @@ export async function initializeViewer(config, instanceId) {
|
|
| 20 |
const isMobile = isIOS || /Android/i.test(navigator.userAgent);
|
| 21 |
|
| 22 |
plyUrl = config.ply_url;
|
| 23 |
-
glbUrl = "https://huggingface.co/datasets/MikaFil/viewer_gs/resolve/main/ressources/espace_expo/
|
| 24 |
minZoom = parseFloat(config.minZoom || "1");
|
| 25 |
maxZoom = parseFloat(config.maxZoom || "20");
|
| 26 |
minAngle = parseFloat(config.minAngle || "-45");
|
|
|
|
| 20 |
const isMobile = isIOS || /Android/i.test(navigator.userAgent);
|
| 21 |
|
| 22 |
plyUrl = config.ply_url;
|
| 23 |
+
glbUrl = "https://huggingface.co/datasets/MikaFil/viewer_gs/resolve/main/ressources/espace_expo/sol_blanc.glb";
|
| 24 |
minZoom = parseFloat(config.minZoom || "1");
|
| 25 |
maxZoom = parseFloat(config.maxZoom || "20");
|
| 26 |
minAngle = parseFloat(config.minAngle || "-45");
|