![]() |
Qt 6.x
The Qt SDK
|
#include <qssgrenderpickresult_p.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 |
int | m_subset = 0 |
int | m_instanceIndex = -1 |
Definition at line 23 of file qssgrenderpickresult_p.h.
float QSSGRenderPickResult::m_distanceSq = std::numeric_limits<float>::max() |
Definition at line 26 of file qssgrenderpickresult_p.h.
QVector3D QSSGRenderPickResult::m_faceNormal |
Definition at line 34 of file qssgrenderpickresult_p.h.
const QSSGRenderGraphObject* QSSGRenderPickResult::m_hitObject = nullptr |
Definition at line 25 of file qssgrenderpickresult_p.h.
int QSSGRenderPickResult::m_instanceIndex = -1 |
Definition at line 37 of file qssgrenderpickresult_p.h.
QVector3D QSSGRenderPickResult::m_localPosition |
Definition at line 32 of file qssgrenderpickresult_p.h.
QVector2D QSSGRenderPickResult::m_localUVCoords |
Definition at line 28 of file qssgrenderpickresult_p.h.
QVector3D QSSGRenderPickResult::m_scenePosition |
Definition at line 30 of file qssgrenderpickresult_p.h.
int QSSGRenderPickResult::m_subset = 0 |
Definition at line 36 of file qssgrenderpickresult_p.h.