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