Qt 3D Scene3D QML Types

To import and use the module's QML types, use the following statement:


  import QtQuick.Scene3D 2.14

Scene3D

Type is used to integrate a Qt3D scene into a QtQuick 2 scene

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