Qt 3D QML Types

The Qt 3D core QML types are imported with


  import Qt3D.Core 2.12

Other modules import functionality for collision detection, rendering, input, and animation. The complete list of Qt 3D import statements:


  import Qt3D.Core 2.12
  import Qt3D.Render 2.12
  import Qt3D.Input 2.12
  import Qt3D.Logic 2.12
  import Qt3D.Extras 2.12
  import Qt3D.Animation 2.12
  import QtQuick.Scene2D 2.12
  import QtQuick.Scene3D 2.12

QML Types

Qt 3D Core Module

Qt 3D Input Module

Qt 3D Logic Module

Qt 3D Render Module

LevelOfDetailLoader

An entity loader that changes depending on distance to camera or screen size

Qt 3D Extras Module

FirstPersonCameraController

Allows controlling the scene camera from the first person perspective

GoochMaterial

Material that implements the Gooch shading model, popular in CAD and CAM applications

OrbitCameraController

Allows controlling the scene camera along orbital path

PerVertexColorMaterial

Default implementation for rendering the color properties set for each vertex

Qt 3D Animation Module

Qt 3D Scene2D Module

Qt 3D Scene3D Module