-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
di57mec
committed
Sep 21, 2019
1 parent
7c07799
commit cf482b9
Showing
3 changed files
with
30 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
// | ||
// Created by Consti10 on 21/09/2019. | ||
// | ||
|
||
#ifndef FPV_VR_2018_INCLUDE_GLM_H | ||
#define FPV_VR_2018_INCLUDE_GLM_H | ||
|
||
#include <glm/glm.hpp> | ||
#include <glm/gtc/matrix_transform.hpp> | ||
#include <glm/gtc/quaternion.hpp> | ||
//#include <glm/gtx/quaternion.hpp> | ||
#include <glm/ext.hpp> | ||
#include <glm/gtx/matrix_decompose.hpp> | ||
|
||
#endif //FPV_VR_2018_INCLUDE_GLM_H |