We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting this compiler error after switching to 0.9.5 from 0.9.4.6, on this line:
https://github.com/g-truc/glm/blob/0.9.5/glm/gtc/matrix_transform.inl#L386
The text was updated successfully, but these errors were encountered:
Fixed error 'inverse' is not a member of 'glm' from glm::unProject (#146
775c613
)
This issue has been fixed in GLM 0.9.5 branch for GLM 0.9.5.1 release.
As a workaround for now, you can include <glm/matrix.hpp> before including <glm/gtc/matrix_transform.hpp>
Thanks for contributing, Christophe
Sorry, something went wrong.
Groovounet
No branches or pull requests
Getting this compiler error after switching to 0.9.5 from 0.9.4.6, on this line:
https://github.com/g-truc/glm/blob/0.9.5/glm/gtc/matrix_transform.inl#L386
The text was updated successfully, but these errors were encountered: