Changeset 22b2c37 in opengl-game for game06.cpp
- Timestamp:
- Jul 21, 2017, 3:10:08 AM (8 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 21de283
- Parents:
- 644a2e4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
game06.cpp
r644a2e4 r22b2c37 190 190 191 191 // Compute the MVP matrix from keyboard and mouse input 192 computeMatricesFromInputs( );192 computeMatricesFromInputs(1024, 768); 193 193 glm::mat4 ProjectionMatrix = getProjectionMatrix(); 194 194 glm::mat4 ViewMatrix = getViewMatrix();
Note:
See TracChangeset
for help on using the changeset viewer.