summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/qfrustumculling.cpp
diff options
context:
space:
mode:
authorColin Ogilvie <colin.ogilvie@kdab.com>2016-05-23 16:45:15 +0100
committerJani Heikkinen <jani.heikkinen@qt.io>2016-06-03 06:28:27 +0000
commitd2ab8f2d4c24bf44218ec1e4b5fb34f548b000eb (patch)
tree3d3168e9a1fda17db0e236984d6f8bbc93360e47 /src/render/framegraph/qfrustumculling.cpp
parent56593e2414c9c530f7abd4d7ea636b5cd2fda26f (diff)
The rest of the doc for render-framegraph
Task-number: QTBUG-46037 Change-Id: I611fac7c701b921f46c8cda0ad1ede3612db0844 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/render/framegraph/qfrustumculling.cpp')
-rw-r--r--src/render/framegraph/qfrustumculling.cpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/render/framegraph/qfrustumculling.cpp b/src/render/framegraph/qfrustumculling.cpp
index b25c271d5..5ba96926e 100644
--- a/src/render/framegraph/qfrustumculling.cpp
+++ b/src/render/framegraph/qfrustumculling.cpp
@@ -48,8 +48,9 @@ namespace Qt3DRender {
\since 5.7
\ingroup framegraph
- \brief ...
-
+ \brief If present, only tries to draw entities that are in the view of the camera.
+ The camera is selected by a QCameraSelector frame graph node in the current hierarchy.
+ \sa QCameraSelector
*/
/*!
@@ -58,7 +59,9 @@ namespace Qt3DRender {
\instantiates Qt3DRender::QFrustumCulling
\inherits FrameGraphNode
\since 5.7
- \qmlabstract
+ \qmlabstract If present, only tries to draw entities that are in the view of the camera.
+ The camera is selected by a CameraSelector frame graph node in the current hierarchy
+ \sa CameraSelector
*/
/*!