MikaFil commited on
Commit
440971f
·
verified ·
1 Parent(s): eab5543

Update viewer.js

Browse files
Files changed (1) hide show
  1. viewer.js +2 -2
viewer.js CHANGED
@@ -231,8 +231,8 @@ 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 = 0.1;
236
  matSol.update();
237
 
238
  /*const bgPlane = new pc.Entity("Plane");
 
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.update();
237
 
238
  /*const bgPlane = new pc.Entity("Plane");