MikaFil commited on
Commit
0eca1da
·
verified ·
1 Parent(s): b1d71bf

Update viewer.js

Browse files
Files changed (1) hide show
  1. viewer.js +1 -1
viewer.js CHANGED
@@ -237,7 +237,7 @@ export async function initializeViewer(config, instanceId) {
237
  let matSol = new pc.StandardMaterial();
238
  matSol.blendType = pc.BLEND_NONE;
239
  matSol.emissive = new pc.Color(color_bg);
240
- matSol.emissiveIntensity = 1;
241
  matSol.update();
242
 
243
 
 
237
  let matSol = new pc.StandardMaterial();
238
  matSol.blendType = pc.BLEND_NONE;
239
  matSol.emissive = new pc.Color(color_bg);
240
+ matSol.emissiveIntensity = grilleTex;
241
  matSol.update();
242
 
243