fix non-local players interpolation and head direction

This commit is contained in:
MihailRis
2025-09-29 22:21:14 +03:00
parent e9222976ef
commit 75ef603df0
5 changed files with 29 additions and 25 deletions
+2 -2
View File
@@ -120,7 +120,7 @@ namespace rigging {
void update(
Skeleton& skeleton,
const glm::mat4& matrix,
const glm::mat3& rotation,
const glm::vec3& position
) const;
@@ -128,7 +128,7 @@ namespace rigging {
const Assets& assets,
ModelBatch& batch,
Skeleton& skeleton,
const glm::mat4& matrix,
const glm::mat3& rotation,
const glm::vec3& position
) const;