Unravel Engine C++ Reference
Loading...
Searching...
No Matches
glm_includes.h
Go to the documentation of this file.
1#pragma once
2
3#ifndef GLM_FORCE_LEFT_HANDED
4#define GLM_FORCE_LEFT_HANDED
5#endif
6#ifndef GLM_ENABLE_EXPERIMENTAL
7#define GLM_ENABLE_EXPERIMENTAL
8#endif
9#ifndef GLM_FORCE_INTRINSICS
10#define GLM_FORCE_INTRINSICS
11#endif
12#ifndef GLM_FORCE_DEFAULT_ALIGNED_GENTYPES
13#define GLM_FORCE_DEFAULT_ALIGNED_GENTYPES
14#endif
15#ifndef GLM_FORCE_SILENT_WARNINGS
16#define GLM_FORCE_SILENT_WARNINGS
17#endif
18
19#include <glm/ext.hpp> // glm::translate, glm::rotate, glm::scale, glm::perspective
20#include <glm/glm.hpp>
21#include <glm/gtc/matrix_transform.hpp>
22#include <glm/gtc/random.hpp>
23#include <glm/gtx/easing.hpp>
24#include <glm/gtx/matrix_decompose.hpp>