QScreenRayCaster

PyQt5.Qt3DRender.QScreenRayCaster

Inherits from QAbstractRayCaster.

Description

Performe ray casting test based on screen coordinates.

QScreenRayCaster can be used to perform ray casting tests by specifying coordinates in screen space, which will be used to construct an actual 3D ray between the near and far planes.

See also

QRayCaster.

Methods

__init__(parent: QNode = None)

TODO


position() → QPoint

See also

setPosition().


setPosition(QPoint)

See also

position().


trigger()

Convenience method to enable the component and trigger tests using the current coordinate value.


trigger(QPoint)

Convenience method to set the coordinate value position and enable the component to trigger tests.

Signals

positionChanged(QPoint)

TODO