summaryrefslogtreecommitdiffstats
path: root/tests/manual/scene3d/doc/src/scene3d.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/scene3d/doc/src/scene3d.qdoc')
-rw-r--r--tests/manual/scene3d/doc/src/scene3d.qdoc27
1 files changed, 27 insertions, 0 deletions
diff --git a/tests/manual/scene3d/doc/src/scene3d.qdoc b/tests/manual/scene3d/doc/src/scene3d.qdoc
new file mode 100644
index 000000000..bf33b28cb
--- /dev/null
+++ b/tests/manual/scene3d/doc/src/scene3d.qdoc
@@ -0,0 +1,27 @@
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
+
+/*!
+ \example scene3d
+ \title Qt 3D: Scene3D QML Example
+ \ingroup qt3d-examples-qml
+ \brief A QML application that demonstrates visualizing a 3D scene.
+
+ \image scene3d.png
+
+ This example demonstrates visualizing a 3D scene from a Qt Quick
+ application. The 3D scene contains a single active camera and a single
+ active light source. Visualized data is assumed to be at a fixed location.
+
+ \include examples-run.qdocinc
+
+ \section1 Visualizing 3D Scenes
+
+ We set up the 3D scene and specify the entity to animate in \e main.qml:
+
+ \snippet scene3d/main.qml 0
+
+ We specify the active camera in \e scene3d/AnimatedEntity.qml:
+
+ \snippet scene3d/AnimatedEntity.qml 0
+*/