This commit is contained in:
ZY4N
2025-03-28 13:09:34 +01:00
parent 6f60cc11c8
commit d18b40a7fc
34 changed files with 393 additions and 272 deletions

View File

@@ -1,10 +1,10 @@
#pragma once
#include "glm/mat4x4.hpp"
#include "config/primitives.hpp"
namespace assets
{
using pose_data = glm::mat4;
using pose_data = z3d::mat4;
}