MikaFil commited on
Commit
83a2934
·
verified ·
1 Parent(s): 65743a8

Update viewer.js

Browse files
Files changed (1) hide show
  1. viewer.js +1 -1
viewer.js CHANGED
@@ -241,7 +241,7 @@ export async function initializeViewer(config, instanceId) {
241
  matTransparent.opacity = 0.97;
242
  matTransparent.emissive = new pc.Color(0.372, 0.03, 0.003);
243
  matTransparent.emissiveMap = ao;
244
- matTransparent.emissiveIntensity = 1;
245
  matTransparent.update();
246
 
247
 
 
241
  matTransparent.opacity = 0.97;
242
  matTransparent.emissive = new pc.Color(0.372, 0.03, 0.003);
243
  matTransparent.emissiveMap = ao;
244
+ matTransparent.emissiveIntensity = 0.1;
245
  matTransparent.update();
246
 
247