Spaces:
Running
Running
Update viewer.js
Browse files
viewer.js
CHANGED
|
@@ -230,7 +230,7 @@ export async function initializeViewer(config, instanceId) {
|
|
| 230 |
tubeTransparent = new pc.StandardMaterial();
|
| 231 |
tubeTransparent.diffuse = new pc.Color(1, 1, 1);
|
| 232 |
tubeTransparent.blendType = pc.BLEND_NORMAL;
|
| 233 |
-
tubeTransparent.opacity = 0.
|
| 234 |
tubeTransparent.depthTest = false;
|
| 235 |
tubeTransparent.depthWrite = false;
|
| 236 |
tubeTransparent.useMetalness = true;
|
|
|
|
| 230 |
tubeTransparent = new pc.StandardMaterial();
|
| 231 |
tubeTransparent.diffuse = new pc.Color(1, 1, 1);
|
| 232 |
tubeTransparent.blendType = pc.BLEND_NORMAL;
|
| 233 |
+
tubeTransparent.opacity = 0.05;
|
| 234 |
tubeTransparent.depthTest = false;
|
| 235 |
tubeTransparent.depthWrite = false;
|
| 236 |
tubeTransparent.useMetalness = true;
|