Spaces:
Running
Running
Update viewer.js
Browse files
viewer.js
CHANGED
|
@@ -233,7 +233,7 @@ export async function initializeViewer(config, instanceId) {
|
|
| 233 |
tubeTransparent.blendType = pc.BLEND_NORMAL;
|
| 234 |
tubeTransparent.opacityMap = opTubetex;
|
| 235 |
tubeTransparent.opacityMapChannel = "r";
|
| 236 |
-
tubeTransparent.opacity =
|
| 237 |
tubeTransparent.depthTest = false;
|
| 238 |
tubeTransparent.depthWrite = false;
|
| 239 |
tubeTransparent.useMetalness = true;
|
|
|
|
| 233 |
tubeTransparent.blendType = pc.BLEND_NORMAL;
|
| 234 |
tubeTransparent.opacityMap = opTubetex;
|
| 235 |
tubeTransparent.opacityMapChannel = "r";
|
| 236 |
+
tubeTransparent.opacity = 0.03;
|
| 237 |
tubeTransparent.depthTest = false;
|
| 238 |
tubeTransparent.depthWrite = false;
|
| 239 |
tubeTransparent.useMetalness = true;
|