summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMats Honkamaa <mats.honkamaa@qt.io>2018-12-04 09:57:40 +0200
committerMats Honkamaa <mats.honkamaa@qt.io>2018-12-04 11:34:07 +0000
commit59b35f1dfdc39f985b5adc793efd3380b1ae772e (patch)
treeef13de16119b155074f6ace6f2e229ceb2fb024c
parent78dda1beb9a63e33e7febbc98608e69632a195d3 (diff)
Add tutorials page
Added new tutorials page. Moved tutorial like content from best practice page to tutorial page. Task-number: QT3DS-2614 Change-Id: Iafee316c9bf6f901d0a11afeb2a4b92068a5185b Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
-rw-r--r--doc/src/00-concepts.qdoc1
-rw-r--r--doc/src/10-best-practices/practices-index.qdoc5
-rw-r--r--doc/src/tutorials.qdoc57
3 files changed, 58 insertions, 5 deletions
diff --git a/doc/src/00-concepts.qdoc b/doc/src/00-concepts.qdoc
index 76a43cc3..3860efc1 100644
--- a/doc/src/00-concepts.qdoc
+++ b/doc/src/00-concepts.qdoc
@@ -54,6 +54,7 @@ interactive presentations, UIs and applications.
\list
\li \l{About Qt 3D Studio}
\li \l{Getting Started}{Quick Start Guide}
+ \li \l{Tutorials}
\li \l{Best Practices}
\li \l{Studio Index}
\li \l{Viewer Index}
diff --git a/doc/src/10-best-practices/practices-index.qdoc b/doc/src/10-best-practices/practices-index.qdoc
index 8f941889..758c8ed7 100644
--- a/doc/src/10-best-practices/practices-index.qdoc
+++ b/doc/src/10-best-practices/practices-index.qdoc
@@ -35,19 +35,14 @@
\section1 Contents
//! [toc]
\list
-\li \l {Dynamic Keyframes}
\li \l {Optimizing Images}
\li \l {Anti-Aliasing}
\li \l {Creating Optimized Presentations}
-\li \l {Using Sub-Presentations}
\li \l {Using Scale Modes}
\li \l {Disable Depth Test}
\li \l {Blend Mode}
\li \l {Working with 3D Content}
\li \l {Applying Layer Effects}
-\li \l {Using Image-based Lighting}
-\li \l {Using Data Inputs}
-\li \l {Using Behavior Scripts}
\endlist
//! [toc]
diff --git a/doc/src/tutorials.qdoc b/doc/src/tutorials.qdoc
new file mode 100644
index 00000000..c7b4d4ab
--- /dev/null
+++ b/doc/src/tutorials.qdoc
@@ -0,0 +1,57 @@
+/****************************************************************************
+**
+** Copyright (C) 2018 The Qt Company Ltd.
+** Contact: https://www.qt.io/licensing/
+**
+** This file is part of Qt 3D Studio.
+**
+** $QT_BEGIN_LICENSE:FDL$
+** Commercial License Usage
+** Licensees holding valid commercial Qt licenses may use this file in
+** accordance with the commercial license agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and The Qt Company. For licensing terms
+** and conditions see https://www.qt.io/terms-conditions. For further
+** information use the contact form at https://www.qt.io/contact-us.
+**
+** GNU Free Documentation License Usage
+** Alternatively, this file may be used under the terms of the GNU Free
+** Documentation License version 1.3 as published by the Free Software
+** Foundation and appearing in the file included in the packaging of
+** this file. Please review the following information to ensure
+** the GNU Free Documentation License version 1.3 requirements
+** will be met: https://www.gnu.org/licenses/fdl-1.3.html.
+** $QT_END_LICENSE$
+**
+****************************************************************************/
+
+/*!
+
+\title Tutorials
+\page tutorials.html
+
+\list
+ \li
+ \l {Using Sub-Presentations}
+
+ Learn how to use sub-presentations on layers and textures.
+ \li
+ \l {Using Image-Based Lighting}
+
+ Learn how to illuminate your scenes with HDR images.
+ \li
+ \l {Dynamic Keyframes}
+
+ Learn how to create smooth animation transitions using dynamic keyframes.
+ \li
+ \l {Using Data Inputs}
+
+ Learn how to set up your project to use data for controlling animations, slides and object
+ properties.
+ \li
+ \l {Using Behavior Scripts}
+
+ Learn how to use behavior scripts in your project.
+\endlist
+
+*/