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
qssgshadowmaphelpers_p.h File Reference

(52d7d5fd47f2363f25fc1336df3314542ad63eb7)

#include <QVector3D>
#include <QList>
#include <array>
Include dependency graph for qssgshadowmaphelpers_p.h:
This graph shows which files directly or indirectly include this file:

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< QVector3DShadowmapHelpers::intersectBoxByFrustum (const QSSGBoxPoints &frustumPoints, const QSSGBoxPoints &box, QSSGDebugDrawSystem *debugDrawSystem, const QColor &color)
QList< QVector3DShadowmapHelpers::intersectBoxByBox (const QSSGBounds3 &boxBounds, const QSSGBoxPoints &box)

Typedef Documentation

◆ QSSGBoxPoints

Definition at line 24 of file qssgshadowmaphelpers_p.h.