1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00
This commit is contained in:
Lars Mueller 2025-01-26 00:44:14 +01:00
parent 8c00f403f1
commit 4dacb66693
3 changed files with 20 additions and 14 deletions

View file

@ -75,7 +75,7 @@ public:
//! Turns the given array of local matrices into an array of global matrices
//! by multiplying with respective parent matrices.
void calculateGlobalMatrices(std::vector<core::matrix4> &matrices);
void calculateGlobalMatrices(std::vector<core::matrix4> &matrices) const;
//! Performs a software skin on this mesh based on the given joint matrices
void skinMesh(const std::vector<core::matrix4> &animated_transforms);