Qt Canvas 3D module provides a way to make WebGL-like 3D drawing calls from Qt Quick JavaScript.
To import Qt Canvas 3D QML types, add the following import statement to your
.qml
文件:
import QtCanvas3D 1.1
见 快速入门 page for further information on how to use Qt Canvas 3D in your application.