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
QSSGModelContext Struct Reference

#include <qssgrenderableobjects_p.h>

+ Collaboration diagram for QSSGModelContext:

Public Member Functions

 QSSGModelContext (const QSSGRenderModel &inModel, const QMatrix4x4 &globalTransform, const QSSGRenderCameraDataList &allCameraData)
 

Public Attributes

const QSSGRenderModelmodel
 
QSSGRenderMvpArray modelViewProjections
 
QMatrix3x3 normalMatrix
 
QSSGDataRef< QSSGSubsetRenderablesubsets
 

Detailed Description

Definition at line 290 of file qssgrenderableobjects_p.h.

Constructor & Destructor Documentation

◆ QSSGModelContext()

QSSGModelContext::QSSGModelContext ( const QSSGRenderModel & inModel,
const QMatrix4x4 & globalTransform,
const QSSGRenderCameraDataList & allCameraData )
inline

Definition at line 296 of file qssgrenderableobjects_p.h.

References QSSGRenderNode::calculateMVPAndNormalMatrix(), model, modelViewProjections, normalMatrix, Q_ASSERT_X, and QSSGRenderModel::usesBoneTexture().

+ Here is the call graph for this function:

Member Data Documentation

◆ model

◆ modelViewProjections

QSSGRenderMvpArray QSSGModelContext::modelViewProjections

Definition at line 293 of file qssgrenderableobjects_p.h.

Referenced by QSSGModelContext().

◆ normalMatrix

QMatrix3x3 QSSGModelContext::normalMatrix

Definition at line 294 of file qssgrenderableobjects_p.h.

Referenced by QSSGModelContext().

◆ subsets

QSSGDataRef<QSSGSubsetRenderable> QSSGModelContext::subsets

Definition at line 316 of file qssgrenderableobjects_p.h.


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