From bf240d7eeaa89657462b705849fde56e54e237db Mon Sep 17 00:00:00 2001 From: Frederico Linhares Date: Tue, 6 Feb 2024 17:37:20 -0300 Subject: refa Use quaternion for orientation --- src/skeletal_mesh.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/skeletal_mesh.cpp') diff --git a/src/skeletal_mesh.cpp b/src/skeletal_mesh.cpp index 767ef5a..b9d4b0e 100644 --- a/src/skeletal_mesh.cpp +++ b/src/skeletal_mesh.cpp @@ -16,7 +16,7 @@ #include "skeletal_mesh.hpp" -#include "rotation_3d.hpp" +#include "orientation_3d.hpp" #include "vector_3d.hpp" #include "vk/skeletal_mesh.hpp" -- cgit v1.2.3