initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#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 */
|
||||
Reference in New Issue
Block a user