![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qssggltfdocument_p.h>
Public Types | |
| enum class | Type { Directional , Point , Spot } |
Public Attributes | |
| Type | type = Type::Directional |
| QVector3D | color { 1.0f, 1.0f, 1.0f } |
| float | intensity = 1.0f |
| float | range = 0.0f |
| float | innerConeAngle = 0.0f |
| float | outerConeAngle = qDegreesToRadians(45.0f) |
| QString | name |
Definition at line 393 of file qssggltfdocument_p.h.
|
strong |
| Enumerator | |
|---|---|
| Directional | |
| Point | |
| Spot | |
Definition at line 395 of file qssggltfdocument_p.h.
| QVector3D QSSGGltf::Light::color { 1.0f, 1.0f, 1.0f } |
Definition at line 402 of file qssggltfdocument_p.h.
| float QSSGGltf::Light::innerConeAngle = 0.0f |
Definition at line 406 of file qssggltfdocument_p.h.
| float QSSGGltf::Light::intensity = 1.0f |
Definition at line 403 of file qssggltfdocument_p.h.
| QString QSSGGltf::Light::name |
Definition at line 408 of file qssggltfdocument_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
| float QSSGGltf::Light::outerConeAngle = qDegreesToRadians(45.0f) |
Definition at line 407 of file qssggltfdocument_p.h.
| float QSSGGltf::Light::range = 0.0f |
Definition at line 404 of file qssggltfdocument_p.h.
| Type QSSGGltf::Light::type = Type::Directional |
Definition at line 401 of file qssggltfdocument_p.h.