Light3D QML Type

Representation of a light source in 3D space. More...

Import Statement: import QtDataVisualization 1.15
Since: QtDataVisualization 1.0
Instantiates: Q3DLight

Properties

Detailed Description

Light3D represents a monochrome light source in 3D space.

Note: Default light has autoPosition true.

Property Documentation

autoPosition : bool

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.

This property was introduced in QtDataVisualization 1.3.


© 2023 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.