QProximityFilter

PyQt5.Qt3DRender.QProximityFilter

Inherits from QFrameGraphNode.

Description

Select entities which are within a distance threshold of a target entity.

A QProximityFilter can be used to select entities to render when they are placed within a given distance threshold of another entity.

Methods

__init__(parent: QNode = None)

TODO


distanceThreshold() → float

entity() → QEntity

See also

setEntity().


setDistanceThreshold(float)

setEntity(QEntity)

See also

entity().

Signals

distanceThresholdChanged(float)

TODO


entityChanged(QEntity)

TODO