Explorar el Código

fix missing uniform in direct-volume shader

Alexander Rose hace 3 años
padre
commit
2c3f0dbc97
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;