Spaces:
Running
Running
Update viewer.js
Browse files
viewer.js
CHANGED
|
@@ -237,7 +237,7 @@ export async function initializeViewer(config, instanceId) {
|
|
| 237 |
let matSol = new pc.StandardMaterial();
|
| 238 |
matSol.blendType = pc.BLEND_NONE;
|
| 239 |
matSol.emissive = new pc.Color(color_bg);
|
| 240 |
-
matSol.emissiveIntensity =
|
| 241 |
matSol.update();
|
| 242 |
|
| 243 |
|
|
|
|
| 237 |
let matSol = new pc.StandardMaterial();
|
| 238 |
matSol.blendType = pc.BLEND_NONE;
|
| 239 |
matSol.emissive = new pc.Color(color_bg);
|
| 240 |
+
matSol.emissiveIntensity = grilleTex;
|
| 241 |
matSol.update();
|
| 242 |
|
| 243 |
|