Select entities which are within a distance threshold of a target entity. More...
Header: | #include <QProximityFilter> |
CMake: | find_package(Qt6 COMPONENTS 3drender REQUIRED) target_link_libraries(mytarget PRIVATE Qt6::3drender) |
qmake: | QT += 3drender |
Since: | Qt 5.10 |
Instantiated By: | ProximityFilter |
Inherits: | Qt3DRender::QFrameGraphNode |
float | distanceThreshold() const |
Qt3DCore::QEntity * | entity() const |
void | setDistanceThreshold(float distanceThreshold) |
void | setEntity(Qt3DCore::QEntity *entity) |
void | distanceThresholdChanged(float distanceThreshold) |
void | entityChanged(Qt3DCore::QEntity *entity) |
A Qt3DRender::QProximityFilter can be used to select entities to render when they are placed within a given distance threshold of another entity.
Holds the distance to the target entity above which entities are filtered out.
Access functions:
float | distanceThreshold() const |
void | setDistanceThreshold(float distanceThreshold) |
Notifier signal:
void | distanceThresholdChanged(float distanceThreshold) |
Holds the entity against which we should compare the distance to.
Access functions:
Qt3DCore::QEntity * | entity() const |
void | setEntity(Qt3DCore::QEntity *entity) |
Notifier signal:
void | entityChanged(Qt3DCore::QEntity *entity) |
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qt3drender-qproximityfilter.html