Advertisement
Guest User

Untitled

a guest
Mar 5th, 2015
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. void Rasterizer::setModel(float angle, float x, float y, float z)
  2. {
  3. model = glm::rotate(model, glm::radians(angle), glm::vec3(x, y, z));
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement