Files
HydraV3/HydraEngine/includes/GLMIncludes.h
T

18 lines
448 B
C
Raw Normal View History

2026-07-17 15:30:29 +01:00
#ifndef GLMINCLUDES
#define GLMINCLUDES
#define GLM_ENABLE_EXPERIMENTAL GLM_ENABLE
#define GLM_FORCE_DEPTH_ZERO_TO_ONE
#include <glm/glm.hpp>
#include <glm/gtx/quaternion.hpp>
#include <glm/gtx/euler_angles.hpp>
#include <glm/gtx/transform.hpp>
#include <glm/gtx/normal.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include <glm/trigonometric.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtc/type_ptr.hpp>
#endif /* GLMINCLUDES */