Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AlexanderSavochkin/d2eb7032a59424ba175cbde1cf40765d to your computer and use it in GitHub Desktop.
Save AlexanderSavochkin/d2eb7032a59424ba175cbde1cf40765d to your computer and use it in GitHub Desktop.
rotating.bar.opengl.cpp
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