![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QVector3D>#include <QList>#include <array>Go to the source code of this file.
Namespaces | |
| namespace | ShadowmapHelpers |
Typedefs | |
| using | QSSGBoxPoints = std::array<QVector3D, 8> |
Functions | |
| void | ShadowmapHelpers::addDebugFrustum (const QSSGBoxPoints &frustumPoints, const QColor &color, QSSGDebugDrawSystem *debugDrawSystem) |
| void | ShadowmapHelpers::addDebugBox (const QSSGBoxPoints &boxUnsorted, const QColor &color, QSSGDebugDrawSystem *debugDrawSystem) |
| void | ShadowmapHelpers::addDirectionalLightDebugBox (const QSSGBoxPoints &box, QSSGDebugDrawSystem *debugDrawSystem) |
| QList< QVector3D > | ShadowmapHelpers::intersectBoxByFrustum (const QSSGBoxPoints &frustumPoints, const QSSGBoxPoints &box, QSSGDebugDrawSystem *debugDrawSystem, const QColor &color) |
| QList< QVector3D > | ShadowmapHelpers::intersectBoxByBox (const QSSGBounds3 &boxBounds, const QSSGBoxPoints &box) |
| using QSSGBoxPoints = std::array<QVector3D, 8> |
Definition at line 24 of file qssgshadowmaphelpers_p.h.