MikaFil commited on
Commit
84f8d5c
·
verified ·
1 Parent(s): e1a9c40

Update viewer.js

Browse files
Files changed (1) hide show
  1. viewer.js +1 -1
viewer.js CHANGED
@@ -221,7 +221,7 @@ export async function initializeViewer(config, instanceId) {
221
  if(config.glbUrl == undefined){
222
  let matSol = new pc.StandardMaterial();
223
  matSol.blendType = pc.BLEND_NORMAL;
224
- matSol.emissivve = new pc.Color(color_bg);
225
  matSol.emissiveIntensity = 1;
226
  matSol.update();
227
 
 
221
  if(config.glbUrl == undefined){
222
  let matSol = new pc.StandardMaterial();
223
  matSol.blendType = pc.BLEND_NORMAL;
224
+ matSol.emissive = new pc.Color(color_bg);
225
  matSol.emissiveIntensity = 1;
226
  matSol.update();
227