\title
Qt 3D QML Types
The Qt 3D core QML types are imported with
import Qt3D.Core 2.6
Other modules import functionality for collision detection, rendering, input, and animation. The complete list of Qt 3D import statements:
import Qt3D.Core 2.6 import Qt3D.Render 2.6 import Qt3D.Input 2.6 import Qt3D.Logic 2.6 import Qt3D.Extras 2.6 import Qt3D.Animation 2.6 import QtQuick.Scene2D 2.6 import QtQuick.Scene3D 2.6