We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9dffddd + 217e2eb commit bac5c52Copy full SHA for bac5c52
intermediate-tutorials/tutorial-10-transparency/index.markdown
@@ -110,8 +110,8 @@ Which means :
110
```
111
112
New color in framebuffer =
113
- current alpha in framebuffer * current color in framebuffer +
114
- (1 - current alpha in framebuffer) * shader's output color
+ shader's output alpha * shader's output color +
+ (1 - shader's output alpha) * current color in framebuffer
115
116
117
Example from the image above, with red on top :
0 commit comments