Commit f780c89
committed
UPBGE: Fix specular tansparency value with depth transparency.
The depth transparency was computed with the input transparency and not the
current computed transparency which could be affected by the specular
transparency.
To fix this issue the input transparency passed to the GLSL function
shade_alpha_depth is the final transparency.1 parent a30e8e8 commit f780c89
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1975 | 1975 | | |
1976 | 1976 | | |
1977 | 1977 | | |
1978 | | - | |
| 1978 | + | |
1979 | 1979 | | |
1980 | 1980 | | |
1981 | 1981 | | |
| |||
0 commit comments