summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/render/frontend/qcameralens.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/render/frontend/qcameralens.cpp b/src/render/frontend/qcameralens.cpp
index 3c6b8db68..a7172985d 100644
--- a/src/render/frontend/qcameralens.cpp
+++ b/src/render/frontend/qcameralens.cpp
@@ -132,6 +132,10 @@ namespace Qt3DRender {
/*!
* \qmlproperty matrix4x4 CameraLens::projectionMatrix
* Holds the current projection matrix of the camera lens.
+ *
+ * \note This will set the projection type to
+ * Qt3DRender::QCameraLens::CustomProjection and thus ignore all other camera
+ * parameters that might have been specified.
* \readonly
*/