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

#include <qssglayerrenderdata_p.h>

+ Collaboration diagram for QSSGCameraRenderData:

Public Attributes

QMatrix4x4 viewProjection
 
std::optional< QSSGClippingFrustumclippingFrustum
 
QVector3D direction { 0.0f, 0.0f, -1.0f }
 
QVector3D position
 

Detailed Description

Definition at line 127 of file qssglayerrenderdata_p.h.

Member Data Documentation

◆ clippingFrustum

std::optional<QSSGClippingFrustum> QSSGCameraRenderData::clippingFrustum

Definition at line 130 of file qssglayerrenderdata_p.h.

◆ direction

QVector3D QSSGCameraRenderData::direction { 0.0f, 0.0f, -1.0f }

Definition at line 131 of file qssglayerrenderdata_p.h.

Referenced by rhiPrepareResourcesForShadowMap().

◆ position

QVector3D QSSGCameraRenderData::position

Definition at line 132 of file qssglayerrenderdata_p.h.

Referenced by rhiPrepareResourcesForShadowMap().

◆ viewProjection

QMatrix4x4 QSSGCameraRenderData::viewProjection

Definition at line 129 of file qssglayerrenderdata_p.h.


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