mirror of
https://github.com/g-truc/glm.git
synced 2025-04-05 05:25:02 +00:00
[fix] readme to include glm::pi from scalar_constants.hpp and not constants.hpp, which seems to be where pi lives as of latest release.
This commit is contained in:
parent
7574b172e9
commit
fc6966be28
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ Thanks for contributing to the project by [submitting issues](https://github.com
|
|||
#include <glm/mat4x4.hpp> // glm::mat4
|
||||
#include <glm/ext/matrix_transform.hpp> // glm::translate, glm::rotate, glm::scale
|
||||
#include <glm/ext/matrix_clip_space.hpp> // glm::perspective
|
||||
#include <glm/ext/constants.hpp> // glm::pi
|
||||
#include <glm/ext/scalar_constants.hpp> // glm::pi
|
||||
|
||||
glm::mat4 camera(float Translate, glm::vec2 const& Rotate)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue