MikaFil commited on
Commit
e381e4d
·
verified ·
1 Parent(s): 6cf750d

Update viewer.js

Browse files
Files changed (1) hide show
  1. viewer.js +1 -1
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);