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

Update viewer.js

Browse files
Files changed (1) hide show
  1. viewer.js +1 -1
viewer.js CHANGED
@@ -232,7 +232,7 @@ export async function initializeViewer(config, instanceId) {
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");
 
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");