MikaFil commited on
Commit
3f2e250
·
verified ·
1 Parent(s): 6a0679c

Update viewer.js

Browse files
Files changed (1) hide show
  1. viewer.js +0 -1
viewer.js CHANGED
@@ -231,7 +231,6 @@ export async function initializeViewer(config, instanceId) {
231
  let matSol = new pc.StandardMaterial();
232
  matSol.blendType = pc.BLEND_NONE;
233
  matSol.emissive = new pc.Color([0.1,0.5,1]);
234
- matSol.emissiveMap = grilleTex;
235
  matSol.emissiveIntensity = 1;
236
  matSol.useLighting = false;
237
  matSol.update();
 
231
  let matSol = new pc.StandardMaterial();
232
  matSol.blendType = pc.BLEND_NONE;
233
  matSol.emissive = new pc.Color([0.1,0.5,1]);
 
234
  matSol.emissiveIntensity = 1;
235
  matSol.useLighting = false;
236
  matSol.update();