Fixed readme #include path #426
This commit is contained in:
parent
8814ae50c9
commit
27fa44f2b8
@ -28,7 +28,7 @@ Thanks for contributing to the project by [submitting issues](https://github.com
|
|||||||
#include <glm/vec4.hpp> // glm::vec4
|
#include <glm/vec4.hpp> // glm::vec4
|
||||||
#include <glm/mat4x4.hpp> // glm::mat4
|
#include <glm/mat4x4.hpp> // glm::mat4
|
||||||
#include <glm/gtc/matrix_transform.hpp> // glm::translate, glm::rotate, glm::scale, glm::perspective
|
#include <glm/gtc/matrix_transform.hpp> // glm::translate, glm::rotate, glm::scale, glm::perspective
|
||||||
#include <glm/gtc/constant.hpp> // glm::pi
|
#include <glm/gtc/constants.hpp> // glm::pi
|
||||||
|
|
||||||
glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
|
glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user