Changeset 92bc4fe in opengl-game for common/controls.hpp
- Timestamp:
- Jun 25, 2017, 7:15:12 PM (7 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- fe70cd3
- Parents:
- 8a6d19d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
common/controls.hpp
r8a6d19d r92bc4fe 2 2 #define CONTROLS_HPP 3 3 4 void computeMatricesFromInputs( );4 void computeMatricesFromInputs(int windowWidth, int windowHeight); 5 5 glm::mat4 getViewMatrix(); 6 6 glm::mat4 getProjectionMatrix();
Note:
See TracChangeset
for help on using the changeset viewer.