Qt 3D Scene3D QML Types▲
This module is under development and is subject to change.
To import and use the module's QML types, use the following statement:
Sélectionnez
import
QtQuick.Scene3D 2.15
-
Scene3D: The Scene3D type is used to integrate a Qt3D scene into a QtQuick 2 scene.
-
Scene3DView: The Scene3DView type is used to integrate a Qt 3D sub scene into a QtQuick 2 scene using Scene3D. Whereas you should only use a single Scene3D instance per application, you can have multiple Scene3DView instances.