Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tutorials/3d/lights_and_shadows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ does not affect the lighting at all and can be anywhere.
.. image:: img/light_directional.png

Every face whose front-side is hit by the light rays is lit, while the others
stay dark. Unlike most other light types directional lights, don't have specific
stay dark. Unlike most other light types, directional lights don't have specific
parameters.

The directional light also offers a **Angular Distance** property, which
Expand Down