Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qssgshadowmaphelpers_p.h File Reference

(dd78bf80046946c53e4c3b3b89082e22c141d921)

#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.