Qt 3D Scene3D QML 类型

此模块在开发且可能改变。

要导入和使用模块的 QML 类型,使用下列语句:

import QtQuick.Scene3D 2.15
					
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