# Point and spot light shadow demo. Demonstrates: - Point light shadow casting from a central position - Spot light in a corner illuminating a specific area - Multiple objects casting/receiving shadows - Camera orbit controls ```{raw} html ▶ Run in browser ``` **Tags:** `3d` Controls: A / D - Orbit camera left / right W / S - Zoom in / out Q / E - Raise / lower camera Run: uv run python examples/features/3d/point_shadows.py ## Source ```{literalinclude} ../../examples/features/3d/point_shadows.py :language: python :linenos: ```