![]() |
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.h>
Public Attributes | |
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 24 of file qssgrenderpickresult.h.
float QSSGRenderPickResult::m_distanceSq = std::numeric_limits<float>::max() |
Definition at line 28 of file qssgrenderpickresult.h.
QVector3D QSSGRenderPickResult::m_faceNormal |
Definition at line 36 of file qssgrenderpickresult.h.
const QSSGRenderGraphObject* QSSGRenderPickResult::m_hitObject = nullptr |
Definition at line 27 of file qssgrenderpickresult.h.
int QSSGRenderPickResult::m_instanceIndex = -1 |
Definition at line 41 of file qssgrenderpickresult.h.
QVector3D QSSGRenderPickResult::m_localPosition |
Definition at line 34 of file qssgrenderpickresult.h.
QVector2D QSSGRenderPickResult::m_localUVCoords |
Definition at line 30 of file qssgrenderpickresult.h.
QVector3D QSSGRenderPickResult::m_sceneNormal |
Definition at line 38 of file qssgrenderpickresult.h.
QVector3D QSSGRenderPickResult::m_scenePosition |
Definition at line 32 of file qssgrenderpickresult.h.
int QSSGRenderPickResult::m_subset = 0 |
Definition at line 40 of file qssgrenderpickresult.h.