\title
Qt Quick 3D QML Types
This is the QML frontend for using the spatial renderer and scenegraph. For the time being, all 3D content goes through offscreen textures (FBO)s so that they can be composed into Qt Quick scenes (as a QQuickItem).
Import the QtQuick3D module with the following statement:
import QtQuick3D
QtQuick3D QML Types
QtQuick3D.Helpers QML Types
Import the QtQuick3D.Helpers module with the following statement:
import QtQuick3D.Helpers
QtQuick3D.AssetUtils QML Types
Import the QtQuick3D.AssetUtils module with the following statement:
import QtQuick3D.AssetUtils
QtQuick3D.Particles3D QML Types
Import the QtQuick3D.Particles3D module with the following statement:
import QtQuick3D.Particles3D
Obsolete QML Types
The following QML types are now obsolete. Obsolete types are no longer maintained. They are provided to keep old source code working, but they can be removed in a future release. We strongly advise against using these classes in new code.
QML Types with Obsolete Properties or Methods
The following QML types contain one or more properties or methods that are now obsolete. Obsolete members are no longer maintained. They are provided to keep old source code working, but they can be removed in a future release. We strongly advise against using these obsolete members in new code. Click on a type to see its deprecated members.
\noautolist