source:
network-game/graphics_library/common/controls.hpp@
ace001a
Last change on this file since ace001a was af116c0, checked in by , 11 years ago | |
---|---|
|
|
File size: 145 bytes |
Line | |
---|---|
1 | #ifndef CONTROLS_HPP |
2 | #define CONTROLS_HPP |
3 | |
4 | void computeMatricesFromInputs(); |
5 | glm::mat4 getViewMatrix(); |
6 | glm::mat4 getProjectionMatrix(); |
7 | |
8 | #endif |
Note:
See TracBrowser
for help on using the repository browser.