Skip to content

Commit

Permalink
Mention that point light shadows are supported
Browse files Browse the repository at this point in the history
See #6
  • Loading branch information
rdb committed Nov 3, 2021
1 parent aa46d19 commit 8f9ec4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions programming/render-attributes/lighting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -411,8 +411,8 @@ the pandas.
Shadow Mapping
--------------

Panda3D offers fully automatic shadow mapping support for spotlights and
directional lights. You can enable shadows by calling
Panda3D offers fully automatic shadow mapping support for spotlights,
directional lights and point lights. You can enable shadows by calling
:meth:`~.LightLensNode.set_shadow_caster()`. The nodes that receive shadows will
need to have :ref:`the Shader Generator <the-shader-generator>` enabled,
otherwise no shadows will appear.
Expand Down

0 comments on commit 8f9ec4f

Please sign in to comment.