Qt3DRender.QScreenRayCaster

Performe ray casting test based on screen coordinates. More

Inheritance diagram of PySide2.Qt3DRender.Qt3DRender.QScreenRayCaster

New in version 5.11.

Synopsis

Functions

Slots

Signals

Detailed Description

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

class PySide2.Qt3DRender.Qt3DRender.QScreenRayCaster([parent=None])
Parameters

parentQNode

PySide2.Qt3DRender.Qt3DRender.QScreenRayCaster.position()
Return type

QPoint

See also

setPosition()

PySide2.Qt3DRender.Qt3DRender.QScreenRayCaster.positionChanged(position)
Parameters

positionQPoint

PySide2.Qt3DRender.Qt3DRender.QScreenRayCaster.setPosition(position)
Parameters

positionQPoint

See also

position()

PySide2.Qt3DRender.Qt3DRender.QScreenRayCaster.trigger()

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

PySide2.Qt3DRender.Qt3DRender.QScreenRayCaster.trigger(position)
Parameters

positionQPoint

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