QEnvironmentLight Class
(Qt3DRender::QEnvironmentLight)Encapsulate an environment light object in a Qt 3D scene. More...
| Header: | #include <QEnvironmentLight> |
| qmake: | QT += 3drender |
| Since: | Qt 5.9 |
| Instantiated By: | EnvironmentLight |
| Inherits: | Qt3DCore::QComponent |
This class was introduced in Qt 5.9.
Properties
- irradiance : Qt3DRender::QAbstractTexture*
- specular : Qt3DRender::QAbstractTexture*
Public Functions
| Qt3DRender::QAbstractTexture * | irradiance() const |
| Qt3DRender::QAbstractTexture * | specular() const |
Public Slots
| void | setIrradiance(Qt3DRender::QAbstractTexture *irradiance) |
| void | setSpecular(Qt3DRender::QAbstractTexture *specular) |
Signals
| void | irradianceChanged(Qt3DRender::QAbstractTexture *environmentIrradiance) |
| void | specularChanged(Qt3DRender::QAbstractTexture *environmentSpecular) |
Detailed Description
Property Documentation
irradiance : Qt3DRender::QAbstractTexture*
Holds the current environment irradiance map texture.
By default, the environment irradiance texture is null.
Access functions:
| Qt3DRender::QAbstractTexture * | irradiance() const |
| void | setIrradiance(Qt3DRender::QAbstractTexture *irradiance) |
Notifier signal:
| void | irradianceChanged(Qt3DRender::QAbstractTexture *environmentIrradiance) |
specular : Qt3DRender::QAbstractTexture*
Holds the current environment specular map texture.
By default, the environment specular texture is null.
Access functions:
| Qt3DRender::QAbstractTexture * | specular() const |
| void | setSpecular(Qt3DRender::QAbstractTexture *specular) |
Notifier signal:
| void | specularChanged(Qt3DRender::QAbstractTexture *environmentSpecular) |
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5.13/qt3drender-qenvironmentlight.html