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
QSSGRenderPickResult Class Reference

#include <qssgrenderpickresult.h>

+ Inheritance diagram for QSSGRenderPickResult:
+ Collaboration diagram for QSSGRenderPickResult:

Public Attributes

const QSSGRenderGraphObjectm_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
 

Detailed Description

Definition at line 24 of file qssgrenderpickresult.h.

Member Data Documentation

◆ m_distanceSq

float QSSGRenderPickResult::m_distanceSq = std::numeric_limits<float>::max()

Definition at line 28 of file qssgrenderpickresult.h.

◆ m_faceNormal

QVector3D QSSGRenderPickResult::m_faceNormal

Definition at line 36 of file qssgrenderpickresult.h.

◆ m_hitObject

const QSSGRenderGraphObject* QSSGRenderPickResult::m_hitObject = nullptr

Definition at line 27 of file qssgrenderpickresult.h.

◆ m_instanceIndex

int QSSGRenderPickResult::m_instanceIndex = -1

Definition at line 39 of file qssgrenderpickresult.h.

◆ m_localPosition

QVector3D QSSGRenderPickResult::m_localPosition

Definition at line 34 of file qssgrenderpickresult.h.

◆ m_localUVCoords

QVector2D QSSGRenderPickResult::m_localUVCoords

Definition at line 30 of file qssgrenderpickresult.h.

◆ m_scenePosition

QVector3D QSSGRenderPickResult::m_scenePosition

Definition at line 32 of file qssgrenderpickresult.h.

◆ m_subset

int QSSGRenderPickResult::m_subset = 0

Definition at line 38 of file qssgrenderpickresult.h.


The documentation for this class was generated from the following file: