![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qssgrendermotionvectormap_p.h>
Classes | |
| struct | MotionResultData |
Public Member Functions | |
| QSSGRenderMotionVectorMap (const QSSGRenderContextInterface &inContext) | |
| ~QSSGRenderMotionVectorMap () | |
| void | endFrame () |
| MotionResultData | trackMotionData (const void *modelKey, const QMatrix4x4 ¤tModelViewProjection, const QMatrix4x4 ¤tInstanceLocal, const QMatrix4x4 ¤tInstanceGlobal, QSSGRenderTextureData *currentBoneTextureData, QSSGRenderInstanceTable *currentInstanceTable, const QVector< float > ¤tMorphWeights) |
| void | releaseCachedResources () |
Definition at line 36 of file qssgrendermotionvectormap_p.h.
|
explicit |
Definition at line 13 of file qssgrendermotionvectormap.cpp.
| QSSGRenderMotionVectorMap::~QSSGRenderMotionVectorMap | ( | ) |
Definition at line 18 of file qssgrendermotionvectormap.cpp.
| void QSSGRenderMotionVectorMap::endFrame | ( | ) |
Definition at line 23 of file qssgrendermotionvectormap.cpp.
| void QSSGRenderMotionVectorMap::releaseCachedResources | ( | ) |
Definition at line 203 of file qssgrendermotionvectormap.cpp.
| 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.