mirror of https://github.com/qt/qtdoc.git
Doc: Revise FX Material Showroom example
Add sections and make small changes to adhere to the example template at app-examples-template.qdoc Fixes: QTBUG-137897 Pick-to: 6.10 6.9 6.8 6.5 Change-Id: Idf05dcce9fe7cd1d01f9b15ead840cb08fccf1f4 Reviewed-by: Jerome Pasion <jerome.pasion@qt.io>
This commit is contained in:
parent
c7027b0093
commit
f10fb7a68c
|
@ -24,5 +24,22 @@
|
|||
effects such as snow, smoke, and fire to the scene.
|
||||
|
||||
\include examples-run.qdocinc
|
||||
\include examples/qtquick3d.qdocinc
|
||||
|
||||
\section1 Platform notes
|
||||
|
||||
For this example, you can create target executables for the major platforms,
|
||||
including iOS, \macos, Windows, and Linux. On Android, the example creates a
|
||||
\c Module library.
|
||||
|
||||
For more information, see \l {qt_add_executable}.
|
||||
|
||||
\section1 Relevant classes
|
||||
|
||||
The example uses the \l {Qt Quick 3D} module, which is a separate item in
|
||||
the Qt Online Installer. If the example fails to configure, please make sure
|
||||
that you have Qt Quick 3D installed.
|
||||
|
||||
\section1 Source files
|
||||
|
||||
\sa {Qt Quick 3D Examples and Tutorials}
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue