/** * @file glmCommon.h * @author Supakorn "Jamie" Rassameemasmuang (jamievlin@outlook.com) * @brief Common include file for glm */ #pragma once #include "common.h" #ifdef HAVE_LIBGLM #define GLM_FORCE_RADIANS #define GLM_FORCE_DEPTH_ZERO_TO_ONE #define GLM_ENABLE_EXPERIMENTAL #include #include #include #include #include #include #endif