Skip to content

Commit 3e51df7

Browse files
Standard_material_3d.rst - Material Shadow Mode names Updated
Material Shadow Mode names were wrong. Documentation read "Do Not Receive Shadows" And "Use Shadow To Opacity" As of Godot 4.5, Editor's actual fields read: "Disable Receive Shadows" and "Shadow To Opacity". Updated to match.
1 parent 4bb75ac commit 3e51df7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tutorials/3d/standard_material_3d.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -676,14 +676,14 @@ for a full list of options and their description.
676676
Shadows
677677
-------
678678

679-
Do Not Receive Shadows
680-
~~~~~~~~~~~~~~~~~~~~~~
679+
Disable Receive Shadows
680+
~~~~~~~~~~~~~~~~~~~~~~~
681681

682682
Makes the object not receive any kind of shadow that would otherwise
683683
be cast onto it.
684684

685-
Use Shadow to Opacity
686-
~~~~~~~~~~~~~~~~~~~~~
685+
Shadow to Opacity
686+
~~~~~~~~~~~~~~~~~
687687

688688
Lighting modifies the alpha so shadowed areas are opaque and non-shadowed
689689
areas are transparent. Useful for overlaying shadows onto a camera feed in AR.

0 commit comments

Comments
 (0)