Qt 3D Core QML Types

This module was introduced in Qt 5.7.

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

 import Qt3D.Core 2.4

See Qt 3D QML Types for a list of all QML types in Qt 3D.

QML Types

Entity

Node subclass that can aggregate several Component3D instances that will specify its behavior

EntityLoader

Provides a way to dynamically load an Entity subtree

Node

A base QML type that other types inherit. It cannot be directly created

NodeInstantiator

Dynamically creates nodes

QuaternionAnimation

A PropertyAnimation for quaternions