MikaFil commited on
Commit
d044f9a
·
verified ·
1 Parent(s): 4b140ba

Update viewer.js

Browse files
Files changed (1) hide show
  1. viewer.js +1 -1
viewer.js CHANGED
@@ -231,7 +231,7 @@ export async function initializeViewer(config, instanceId) {
231
  matTransparent.opacity = 1;
232
  matTransparent.emissive = new pc.Color(0.372, 0.03, 0.003);
233
  matTransparent.emissiveMap = ao;
234
- matTransparent.emissiveIntensity = 5;
235
  matTransparent.update();
236
 
237
 
 
231
  matTransparent.opacity = 1;
232
  matTransparent.emissive = new pc.Color(0.372, 0.03, 0.003);
233
  matTransparent.emissiveMap = ao;
234
+ matTransparent.emissiveIntensity = 3;
235
  matTransparent.update();
236
 
237