Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qtquick3d-qmlmodule.qdoc
Go to the documentation of this file.
1// Copyright (C) 2019 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5\qmlmodule QtQuick3D
6\title Qt Quick 3D QML Types
7\brief Provides the QML types to include 3D items into a Qt Quick scene.
8
9This is the QML frontend for using the spatial renderer and scenegraph. For the
10time being, all 3D content goes through offscreen textures (FBO)s so that they
11can be composed into Qt Quick scenes (as a QQuickItem).
12
13Import the QtQuick3D module with the following statement:
14
15\qml
16import QtQuick3D
17\endqml
18
19\section1 QtQuick3D QML Types
20
21\generatelist qmltypesbymodule QtQuick3D
22
23\section2 QML Value Types
24
25\generatelist qmlvaluetypesbymodule QtQuick3D
26
27\section1 QtQuick3D.Helpers QML Types
28
29Import the QtQuick3D.Helpers module with the following statement:
30
31\qml
32import QtQuick3D.Helpers
33\endqml
34
35\generatelist qmltypesbymodule QtQuick3D.Helpers
36
37\section1 QtQuick3D.AssetUtils QML Types
38
39Import the QtQuick3D.AssetUtils module with the following statement:
40
41\qml
42import QtQuick3D.AssetUtils
43\endqml
44
45\generatelist qmltypesbymodule QtQuick3D.AssetUtils
46
47\section1 QtQuick3D.Particles3D QML Types
48
49Import the QtQuick3D.Particles3D module with the following statement:
50
51\qml
52import QtQuick3D.Particles3D
53\endqml
54
55\generatelist qmltypesbymodule QtQuick3D.Particles3D
56
57\section1 QtQuick3D.Xr QML Types
58
59Import the QtQuick3D.Xr module with the following statement:
60
61\qml
62import QtQuick3D.Xr
63\endqml
64
65\generatelist qmltypesbymodule QtQuick3D.Xr
66
67\section1 Obsolete QML Types
68
69The following QML types are now obsolete. Obsolete types are no longer
70maintained. They are provided to keep old source code working, but they can be
71removed in a future release. We strongly advise against using these classes in
72new code.
73
74\generatelist obsoleteqmltypes
75
76\section1 QML Types with Obsolete Properties or Methods
77
78The following QML types contain one or more properties or methods that are now
79obsolete. Obsolete members are no longer maintained. They are provided to keep
80old source code working, but they can be removed in a future release. We
81strongly advise against using these obsolete members in new code. Click on a
82type to see its deprecated members.
83
84\generatelist obsoleteqmlmembers
85
86\noautolist
87*/
88
89/*!
90 \qmlmodule QtQuick3D.AssetUtils
91 \title Qt Quick 3D Asset Utility QML Types
92 \since 6.2
93 \brief Provides a way to load 3D assets directly from source at runtime.
94*/