![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qssgrenderray_p.h>
Public Types | |
| enum class | DirectionOp : quint8 { Normal , Swap , Zero = 0x10 } |
Public Attributes | |
| const QMatrix4x4 & | globalTransform |
| const QSSGRenderRay & | ray |
| const QVector3D | origin |
| const QVector3D | directionInvers |
| const QVector3D | direction |
| const DirectionOp | dirOp [3] |
Definition at line 94 of file qssgrenderray_p.h.
|
strong |
| Enumerator | |
|---|---|
| Normal | |
| Swap | |
| Zero | |
Definition at line 96 of file qssgrenderray_p.h.
| const QVector3D QSSGRenderRay::RayData::direction |
Definition at line 108 of file qssgrenderray_p.h.
| const QVector3D QSSGRenderRay::RayData::directionInvers |
Definition at line 107 of file qssgrenderray_p.h.
| const DirectionOp QSSGRenderRay::RayData::dirOp[3] |
Definition at line 109 of file qssgrenderray_p.h.
| const QMatrix4x4& QSSGRenderRay::RayData::globalTransform |
Definition at line 103 of file qssgrenderray_p.h.
| const QVector3D QSSGRenderRay::RayData::origin |
Definition at line 106 of file qssgrenderray_p.h.
| const QSSGRenderRay& QSSGRenderRay::RayData::ray |
Definition at line 104 of file qssgrenderray_p.h.