Light3D QML Type
Representation of a light source in 3D space. More...
Instantiates: | Q3DLight |
Properties
- autoPosition : bool
Detailed Description
\inqmlmodule
QtDataVisualization \since
QtDataVisualization 1.0 \ingroup
datavisualization_qml
Light3D represents a monochrome light source in 3D space.
Note: Default light has autoPosition true
.
Property Documentation
autoPosition : bool |
\since
QtDataVisualization 1.3 Defines whether the light position follows the camera automatically.
Note: Has no effect if shadows are enabled. Remember to disable shadows before setting light's position, or it will be overwritten by automatic positioning if this property is false
.