18 lines
448 B
C
18 lines
448 B
C
#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 */
|