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

#include <qssgrenderpickresult_p.h>

+ Inheritance diagram for QSSGPickResultProcessResult:
+ Collaboration diagram for QSSGPickResultProcessResult:

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 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 22 of file qssgrenderpickresult_p.h.

Constructor & Destructor Documentation

◆ QSSGPickResultProcessResult() [1/3]

QSSGPickResultProcessResult::QSSGPickResultProcessResult ( const QSSGRenderPickResult & inSrc)
inline

Definition at line 25 of file qssgrenderpickresult_p.h.

◆ QSSGPickResultProcessResult() [2/3]

QSSGPickResultProcessResult::QSSGPickResultProcessResult ( const QSSGRenderPickResult & inSrc,
bool consumed )
inline

Definition at line 26 of file qssgrenderpickresult_p.h.

◆ QSSGPickResultProcessResult() [3/3]

QSSGPickResultProcessResult::QSSGPickResultProcessResult ( )
default

Member Data Documentation

◆ m_wasPickConsumed

bool QSSGPickResultProcessResult::m_wasPickConsumed = false

Definition at line 28 of file qssgrenderpickresult_p.h.


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