瀏覽代碼

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 uPickingAlphaThreshold;
 uniform bool uTransparentBackground;
+uniform float uXrayEdgeFalloff;
 
 uniform float uInteriorDarkening;
 uniform bool uInteriorColorFlag;