Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
ParticleLightData Struct Reference
Collaboration diagram for ParticleLightData:

Public Attributes

QVector4D pointLightPos [4]
float pointLightConstantAtt [4] = {1.0f, 1.0f, 1.0f, 1.0f}
float pointLightLinearAtt [4] = {0.0f}
float pointLightQuadAtt [4] = {0.0f}
QVector4D pointLightColor [4]
QVector4D spotLightPos [4]
float spotLightConstantAtt [4] = {1.0f, 1.0f, 1.0f, 1.0f}
float spotLightLinearAtt [4] = {0.0f}
float spotLightQuadAtt [4] = {0.0f}
QVector4D spotLightColor [4]
QVector4D spotLightDir [4]
float spotLightConeAngle [4] = {0.0f}
float spotLightInnerConeAngle [4] = {0.0f}

Detailed Description

Definition at line 20 of file qssgrhiparticles.cpp.

Member Data Documentation

◆ pointLightColor

QVector4D ParticleLightData::pointLightColor

Definition at line 26 of file qssgrhiparticles.cpp.

◆ pointLightConstantAtt

float ParticleLightData::pointLightConstantAtt = {1.0f, 1.0f, 1.0f, 1.0f}

Definition at line 23 of file qssgrhiparticles.cpp.

◆ pointLightLinearAtt

float ParticleLightData::pointLightLinearAtt = {0.0f}

Definition at line 24 of file qssgrhiparticles.cpp.

◆ pointLightPos

QVector4D ParticleLightData::pointLightPos

Definition at line 22 of file qssgrhiparticles.cpp.

◆ pointLightQuadAtt

float ParticleLightData::pointLightQuadAtt = {0.0f}

Definition at line 25 of file qssgrhiparticles.cpp.

◆ spotLightColor

QVector4D ParticleLightData::spotLightColor

Definition at line 31 of file qssgrhiparticles.cpp.

◆ spotLightConeAngle

float ParticleLightData::spotLightConeAngle = {0.0f}

Definition at line 33 of file qssgrhiparticles.cpp.

◆ spotLightConstantAtt

float ParticleLightData::spotLightConstantAtt = {1.0f, 1.0f, 1.0f, 1.0f}

Definition at line 28 of file qssgrhiparticles.cpp.

◆ spotLightDir

QVector4D ParticleLightData::spotLightDir

Definition at line 32 of file qssgrhiparticles.cpp.

◆ spotLightInnerConeAngle

float ParticleLightData::spotLightInnerConeAngle = {0.0f}

Definition at line 34 of file qssgrhiparticles.cpp.

◆ spotLightLinearAtt

float ParticleLightData::spotLightLinearAtt = {0.0f}

Definition at line 29 of file qssgrhiparticles.cpp.

◆ spotLightPos

QVector4D ParticleLightData::spotLightPos

Definition at line 27 of file qssgrhiparticles.cpp.

◆ spotLightQuadAtt

float ParticleLightData::spotLightQuadAtt = {0.0f}

Definition at line 30 of file qssgrhiparticles.cpp.


The documentation for this struct was generated from the following file: