Created
August 23, 2016 06:08
-
-
Save AlexanderSavochkin/d2eb7032a59424ba175cbde1cf40765d to your computer and use it in GitHub Desktop.
rotating.bar.opengl.cpp
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
glm::mat4 MVP = Projection * View * mechanicalModel.getOrientation() * glm::scale(glm::mat4(1.0f), vec3(1.0, 1.73, 2.24)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment