QEnvironmentLight Class

( Qt3DRender::QEnvironmentLight )

Encapsulate an environment light object in a Qt 3D scene. 更多...

头: #include <QEnvironmentLight>
qmake: QT += 3drender
Since: Qt 5.9
实例化: EnvironmentLight
继承: Qt3DCore::QComponent

特性

公共函数

QEnvironmentLight (Qt3DCore::QNode * parent = nullptr)
~QEnvironmentLight ()
Qt3DRender::QAbstractTexture * irradiance () const
Qt3DRender::QAbstractTexture * specular () const

公共槽

void setIrradiance (Qt3DRender::QAbstractTexture * irradiance )
void setSpecular (Qt3DRender::QAbstractTexture * specular )

信号

void irradianceChanged (Qt3DRender::QAbstractTexture * environmentIrradiance )
void specularChanged (Qt3DRender::QAbstractTexture * environmentSpecular )

保护函数

QEnvironmentLight (QEnvironmentLightPrivate & dd , Qt3DCore::QNode * parent = nullptr)

额外继承成员

详细描述

Encapsulate an environment light object in a Qt 3D scene.

特性文档编制

irradiance : Qt3DRender::QAbstractTexture *

Holds the current environment irradiance map texture.

By default, the environment irradiance texture is null.

访问函数:

Qt3DRender::QAbstractTexture * irradiance () const
void setIrradiance (Qt3DRender::QAbstractTexture * irradiance )

通知程序信号:

void irradianceChanged (Qt3DRender::QAbstractTexture * environmentIrradiance )

specular : Qt3DRender::QAbstractTexture *

Holds the current environment specular map texture.

By default, the environment specular texture is null.

访问函数:

Qt3DRender::QAbstractTexture * specular () const
void setSpecular (Qt3DRender::QAbstractTexture * specular )

通知程序信号:

void specularChanged (Qt3DRender::QAbstractTexture * environmentSpecular )

成员函数文档编制

QEnvironmentLight:: QEnvironmentLight ( Qt3DCore::QNode * parent = nullptr)

Default constructs an instance of QEnvironmentLight.

[protected] QEnvironmentLight:: QEnvironmentLight ( QEnvironmentLightPrivate & dd , Qt3DCore::QNode * parent = nullptr)

Copy constructor.

QEnvironmentLight:: ~QEnvironmentLight ()

Destroys the instance of QEnvironmentLight.