MCPcopy Create free account
hub / github.com/defold/defold / ResetPoseMatrixCache

Function ResetPoseMatrixCache

engine/rig/src/rig.cpp:59–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 };
58
59 static void ResetPoseMatrixCache(PoseMatrixCache* cache)
60 {
61 cache->m_PoseMatrices.SetSize(0);
62 cache->m_CacheEntryOffsets.SetSize(0);
63 cache->m_TotalPoseCount = 0;
64 cache->m_MaxBoneCount = 0;
65 }
66
67 Result NewContext(const NewContextParams& params, HRigContext* out)
68 {

Callers 3

NewContextFunction · 0.85
TEST_FFunction · 0.85
CompModelUpdateFunction · 0.85

Calls 2

SetSizeMethod · 0.45
SizeMethod · 0.45

Tested by 1

TEST_FFunction · 0.68