MikaFil commited on
Commit
4e60b08
·
verified ·
1 Parent(s): 658243e

Update viewer.js

Browse files
Files changed (1) hide show
  1. viewer.js +1 -1
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 = 1;
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;