MikaFil commited on
Commit
aba4555
·
verified ·
1 Parent(s): 7e1eab7

Update viewer.js

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