Skip to content

Commit eb758a0

Browse files
authored
Merge pull request #11374 from PHATASS-Studios/patch-2
Fix standard_material_3d.rst
2 parents b707ae4 + 8906bcc commit eb758a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/3d/standard_material_3d.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@ other than *Mix* forces the object to go through the transparent pipeline.
185185
* **Mix:** Default blend mode, alpha controls how much the object is visible.
186186
* **Add:** The final color of the object is added to the color of the screen,
187187
nice for flares or some fire-like effects.
188-
* **Sub:** The final color of the object is subtracted from the color of the
188+
* **Subtract:** The final color of the object is subtracted from the color of the
189189
screen.
190-
* **Mul:** The final color of the object is multiplied with the color of the
190+
* **Multiply:** The final color of the object is multiplied with the color of the
191191
screen.
192192
* **Premultiplied Alpha:** The color of the object is expected to have already been
193193
multiplied by the alpha. This behaves like **Add** when the alpha is ``0.0``

0 commit comments

Comments
 (0)