Qt 3D Logic C++ Classes

The Qt 3D Logic module enables synchronizing frames with the Qt 3D backend. More...

This module was introduced in Qt 5.7.

Namespaces

Qt3DLogic

Contains classes that enable frame synchronization

Qt3DLogic::Logic

Used to import and use the module's QML types

Classes

Qt3DLogic::QFrameAction

Provides a way to have a synchronous function executed each frame

Qt3DLogic::QLogicAspect

Responsible for handling frame synchronization jobs

Detailed Description

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

© 2023 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.