Browse Source

fix missing uniform in direct-volume shader

Alexander Rose 3 years ago
parent
commit
2c3f0dbc97
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/mol-gl/shader/direct-volume.frag.ts

+ 1 - 0
src/mol-gl/shader/direct-volume.frag.ts

@@ -74,6 +74,7 @@ uniform vec3 uFogColor;
 uniform float uAlpha;
 uniform float uPickingAlphaThreshold;
 uniform bool uTransparentBackground;
+uniform float uXrayEdgeFalloff;
 
 uniform float uInteriorDarkening;
 uniform bool uInteriorColorFlag;