Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QSSGRenderPickResult Struct Reference

#include <qssgrenderpickresult_p.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 23 of file qssgrenderpickresult_p.h.

Member Data Documentation

◆ m_distanceSq

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

Definition at line 26 of file qssgrenderpickresult_p.h.

◆ m_faceNormal

QVector3D QSSGRenderPickResult::m_faceNormal

Definition at line 34 of file qssgrenderpickresult_p.h.

◆ m_hitObject

const QSSGRenderGraphObject* QSSGRenderPickResult::m_hitObject = nullptr

Definition at line 25 of file qssgrenderpickresult_p.h.

◆ m_instanceIndex

int QSSGRenderPickResult::m_instanceIndex = -1

Definition at line 37 of file qssgrenderpickresult_p.h.

◆ m_localPosition

QVector3D QSSGRenderPickResult::m_localPosition

Definition at line 32 of file qssgrenderpickresult_p.h.

◆ m_localUVCoords

QVector2D QSSGRenderPickResult::m_localUVCoords

Definition at line 28 of file qssgrenderpickresult_p.h.

◆ m_scenePosition

QVector3D QSSGRenderPickResult::m_scenePosition

Definition at line 30 of file qssgrenderpickresult_p.h.

◆ m_subset

int QSSGRenderPickResult::m_subset = 0

Definition at line 36 of file qssgrenderpickresult_p.h.


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