MikaFil commited on
Commit
2387ee2
·
verified ·
1 Parent(s): b336484

Update viewer.js

Browse files
Files changed (1) hide show
  1. viewer.js +1 -1
viewer.js CHANGED
@@ -227,7 +227,7 @@ export async function initializeViewer(config, instanceId) {
227
 
228
  if(!espace_expo_bool){
229
 
230
- const grilleTex = loadImageAsTexture('https://huggingface.co/datasets/MikaFil/3D_models/resolve/main/EARCARE/images/banniere_earcare.png', app);
231
  let matSol = new pc.StandardMaterial();
232
  matSol.blendType = pc.BLEND_NONE;
233
  matSol.emissive = new pc.Color([0.1,0.5,1]);
 
227
 
228
  if(!espace_expo_bool){
229
 
230
+ const grilleTex = loadImageAsTexture('https://huggingface.co/datasets/MikaFil/3D_models/resolve/main/EARCARE/textures/emit_map_1k.png', app);
231
  let matSol = new pc.StandardMaterial();
232
  matSol.blendType = pc.BLEND_NONE;
233
  matSol.emissive = new pc.Color([0.1,0.5,1]);