Spaces:
Running
Running
Update viewer.js
Browse files
viewer.js
CHANGED
|
@@ -374,6 +374,9 @@ export async function initializeViewer(config, instanceId) {
|
|
| 374 |
for (const mi of node.render.meshInstances) mi.material = matSol;
|
| 375 |
}
|
| 376 |
});
|
|
|
|
|
|
|
|
|
|
| 377 |
}
|
| 378 |
|
| 379 |
// --- Caméra + scripts d’input (disponibles car orbit chargé globalement) ---
|
|
|
|
| 374 |
for (const mi of node.render.meshInstances) mi.material = matSol;
|
| 375 |
}
|
| 376 |
});
|
| 377 |
+
|
| 378 |
+
////// MODIFIE A LA MANO FAIRE GAFFE //////
|
| 379 |
+
glbEntity.setLocalScale(10, 10, 10);
|
| 380 |
}
|
| 381 |
|
| 382 |
// --- Caméra + scripts d’input (disponibles car orbit chargé globalement) ---
|