Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QSSGRenderMotionVectorMap Class Reference

#include <qssgrendermotionvectormap_p.h>

Collaboration diagram for QSSGRenderMotionVectorMap:

Classes

struct  MotionResultData

Public Member Functions

 QSSGRenderMotionVectorMap (const QSSGRenderContextInterface &inContext)
 ~QSSGRenderMotionVectorMap ()
void endFrame ()
MotionResultData trackMotionData (const void *modelKey, const QMatrix4x4 &currentModelViewProjection, const QMatrix4x4 &currentInstanceLocal, const QMatrix4x4 &currentInstanceGlobal, QSSGRenderTextureData *currentBoneTextureData, QSSGRenderInstanceTable *currentInstanceTable, const QVector< float > &currentMorphWeights)
void releaseCachedResources ()

Detailed Description

Definition at line 36 of file qssgrendermotionvectormap_p.h.

Constructor & Destructor Documentation

◆ QSSGRenderMotionVectorMap()

QT_BEGIN_NAMESPACE QSSGRenderMotionVectorMap::QSSGRenderMotionVectorMap ( const QSSGRenderContextInterface & inContext)
explicit

Definition at line 13 of file qssgrendermotionvectormap.cpp.

◆ ~QSSGRenderMotionVectorMap()

QSSGRenderMotionVectorMap::~QSSGRenderMotionVectorMap ( )

Definition at line 18 of file qssgrendermotionvectormap.cpp.

Member Function Documentation

◆ endFrame()

void QSSGRenderMotionVectorMap::endFrame ( )

Definition at line 23 of file qssgrendermotionvectormap.cpp.

◆ releaseCachedResources()

void QSSGRenderMotionVectorMap::releaseCachedResources ( )

Definition at line 203 of file qssgrendermotionvectormap.cpp.

◆ trackMotionData()

QSSGRenderMotionVectorMap::MotionResultData QSSGRenderMotionVectorMap::trackMotionData ( const void * modelKey,
const QMatrix4x4 & currentModelViewProjection,
const QMatrix4x4 & currentInstanceLocal,
const QMatrix4x4 & currentInstanceGlobal,
QSSGRenderTextureData * currentBoneTextureData,
QSSGRenderInstanceTable * currentInstanceTable,
const QVector< float > & currentMorphWeights )

Definition at line 86 of file qssgrendermotionvectormap.cpp.


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