Переглянути джерело

fix missing uniform in direct-volume shader

Alexander Rose 3 роки тому
батько
коміт
2c3f0dbc97
1 змінених файлів з 1 додано та 0 видалено
  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 uAlpha;
 uniform float uPickingAlphaThreshold;
 uniform float uPickingAlphaThreshold;
 uniform bool uTransparentBackground;
 uniform bool uTransparentBackground;
+uniform float uXrayEdgeFalloff;
 
 
 uniform float uInteriorDarkening;
 uniform float uInteriorDarkening;
 uniform bool uInteriorColorFlag;
 uniform bool uInteriorColorFlag;