diff options
Diffstat (limited to 'examples/widgets/effects/lighting/doc/lighting.rst')
| -rw-r--r-- | examples/widgets/effects/lighting/doc/lighting.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/widgets/effects/lighting/doc/lighting.rst b/examples/widgets/effects/lighting/doc/lighting.rst new file mode 100644 index 000000000..95adb468c --- /dev/null +++ b/examples/widgets/effects/lighting/doc/lighting.rst @@ -0,0 +1,11 @@ +Lighting Example +================ + +This example demonstrates a PySide6 application that creates a dynamic scene with lighting and +shadow effects using `QGraphicsView` and `QGraphicsScene`. It features animated light sources and +graphical items with drop shadows that respond to the light, showcasing advanced rendering and +animation techniques. + +.. image:: lighting.webp + :width: 400 + :alt: lighting screenshot |
