Spaces:
Running
Running
Update viewer.js
Browse files
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 =
|
| 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 |
|