![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qssgrenderpickresult_p.h>
Public Member Functions | |
| QSSGPickResultProcessResult (const QSSGRenderPickResult &inSrc) | |
| QSSGPickResultProcessResult (const QSSGRenderPickResult &inSrc, bool consumed) | |
| QSSGPickResultProcessResult ()=default | |
Public Attributes | |
| bool | m_wasPickConsumed = false |
| Public Attributes inherited from QSSGRenderPickResult | |
| const QSSGRenderGraphObject * | m_hitObject = nullptr |
| float | m_distanceSq = std::numeric_limits<float>::max() |
| QVector2D | m_localUVCoords |
| QVector3D | m_scenePosition |
| QVector3D | m_localPosition |
| QVector3D | m_faceNormal |
| QVector3D | m_sceneNormal |
| int | m_subset = 0 |
| int | m_instanceIndex = -1 |
Definition at line 22 of file qssgrenderpickresult_p.h.
|
inline |
Definition at line 25 of file qssgrenderpickresult_p.h.
|
inline |
Definition at line 26 of file qssgrenderpickresult_p.h.
|
default |
| bool QSSGPickResultProcessResult::m_wasPickConsumed = false |
Definition at line 28 of file qssgrenderpickresult_p.h.