The Qt 3D Logic module enables synchronizing frames with the Qt 3D backend. \ingroup modules \ingroup qt3d-modules \qtcmakepackage 3dlogic \qtvariable 3dlogic. More...

Detailed Description

\titleQt 3D Logic C++ Classes

\since5.7

To use classes from this module, add this directive into the C++ files:

 #include <Qt3DLogic>

To link against the corresponding C++ libraries, add the following to your qmake project file:

 QT += 3dLogic