summaryrefslogtreecommitdiffstats
path: root/src/render/lights/qdirectionallight.cpp
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-07-30 03:03:34 +0200
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-07-30 03:03:34 +0200
commit94353454aa20b3fb51b53276f94024981925e5d3 (patch)
tree230858edeac7bee7281b6f72d611ab640b7fec85 /src/render/lights/qdirectionallight.cpp
parent7e60b6d599db9d4b18db3fe050d9f53ccb3125c1 (diff)
parent309c3139f8111ea246dd3a1f996578d0b35bb151 (diff)
Merge remote-tracking branch 'origin/5.12' into 5.13
Diffstat (limited to 'src/render/lights/qdirectionallight.cpp')
-rw-r--r--src/render/lights/qdirectionallight.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/render/lights/qdirectionallight.cpp b/src/render/lights/qdirectionallight.cpp
index 14bdb2c38..9b6e580de 100644
--- a/src/render/lights/qdirectionallight.cpp
+++ b/src/render/lights/qdirectionallight.cpp
@@ -76,6 +76,9 @@ QDirectionalLightPrivate::QDirectionalLightPrivate()
\since 5.7
\brief Encapsulate a Directional Light object in a Qt 3D scene.
+ A directional light is a light source that behaves similar to sunlight.
+ The light from a directional light hits all objects from the same direction
+ and with the same intensity, regardless of where they are in the scene.
*/
/*!
@@ -86,6 +89,9 @@ QDirectionalLightPrivate::QDirectionalLightPrivate()
\since 5.7
\brief Encapsulate a Directional Light object in a Qt 3D scene.
+ A directional light is a light source that behaves similar to sunlight.
+ The light from a directional light hits all objects from the same direction
+ and with the same intensity, regardless of where they are in the scene.
*/
/*!