Spaces:
Running
Running
Update viewer.js
Browse files
viewer.js
CHANGED
|
@@ -236,7 +236,7 @@ export async function initializeViewer(config, instanceId) {
|
|
| 236 |
app.root.addChild(presentoirEntity);
|
| 237 |
|
| 238 |
if(!espace_expo_bool){
|
| 239 |
-
const grilleTex = await loadImageAsTexture('https://huggingface.co/datasets/MikaFil/viewer_gs/resolve/main/ressources/textures/grille_cadrillee_4k.jpg', app);
|
| 240 |
let matSol = new pc.StandardMaterial();
|
| 241 |
matSol.blendType = pc.BLEND_NONE;
|
| 242 |
matSol.emissive = new pc.Color(color_bg);
|
|
|
|
| 236 |
app.root.addChild(presentoirEntity);
|
| 237 |
|
| 238 |
if(!espace_expo_bool){
|
| 239 |
+
//const grilleTex = await loadImageAsTexture('https://huggingface.co/datasets/MikaFil/viewer_gs/resolve/main/ressources/textures/grille_cadrillee_4k.jpg', app);
|
| 240 |
let matSol = new pc.StandardMaterial();
|
| 241 |
matSol.blendType = pc.BLEND_NONE;
|
| 242 |
matSol.emissive = new pc.Color(color_bg);
|