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/vk/core.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vk/core.hpp') diff --git a/src/vk/core.hpp b/src/vk/core.hpp index 64d1431..736b8bb 100644 --- a/src/vk/core.hpp +++ b/src/vk/core.hpp @@ -19,6 +19,7 @@ // GLM uses some definitions to control their behavior, so you should not // include it directly. Instead, use this header. +#define GLM_ENABLE_EXPERIMENTAL #define GLM_FORCE_RADIANS #define GLM_FORCE_DEPTH_ZERO_TO_ONE -- cgit v1.2.3