Skip to content
Snippets Groups Projects
Commit 2c3f0dbc authored by Alexander Rose's avatar Alexander Rose
Browse files

fix missing uniform in direct-volume shader

parent 224fd173
No related branches found
No related tags found
No related merge requests found
...@@ -74,6 +74,7 @@ uniform vec3 uFogColor; ...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment