QSpotLight

PyQt5.Qt3DRender.QSpotLight

Inherits from QAbstractLight.

Description

Encapsulate a Spot Light object in a Qt 3D scene.

Methods

__init__(parent: QNode = None)

TODO


constantAttenuation() → float

cutOffAngle() → float

See also

setCutOffAngle().


linearAttenuation() → float

localDirection() → QVector3D

quadraticAttenuation() → float

setConstantAttenuation(float)

setCutOffAngle(float)

See also

cutOffAngle().


setLinearAttenuation(float)

setLocalDirection(QVector3D)

See also

localDirection().


setQuadraticAttenuation(float)

Signals

constantAttenuationChanged(float)

TODO


cutOffAngleChanged(float)

TODO


linearAttenuationChanged(float)

TODO


localDirectionChanged(QVector3D)

TODO


quadraticAttenuationChanged(float)

TODO