1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-14 00:55:20 +02:00

Refactor SkinnedMesh (#15522)

This commit is contained in:
Lars Müller
2024-12-12 15:33:08 +01:00
committed by GitHub
parent d123bc0951
commit 1e59b9a756
10 changed files with 387 additions and 896 deletions

View File

@@ -169,7 +169,7 @@ private:
IAnimationEndCallBack *LoopCallBack;
s32 PassCount;
core::array<IBoneSceneNode *> JointChildSceneNodes;
std::vector<IBoneSceneNode *> JointChildSceneNodes;
core::array<core::matrix4> PretransitingSave;
};