feature/imgui-sdl
points-test
Last change
on this file since 4762301 was 92bc4fe, checked in by Dmitry Portnoy <dmitry.portnoy@…>, 7 years ago |
Make the game window fullscreen, hide the mouse cursor, and change the view to an overhead one as the player moves around the scene
|
-
Property mode
set to
100644
|
File size:
186 bytes
|
Rev | Line | |
---|
[8a6d19d] | 1 | #ifndef CONTROLS_HPP
|
---|
| 2 | #define CONTROLS_HPP
|
---|
| 3 |
|
---|
[92bc4fe] | 4 | void computeMatricesFromInputs(int windowWidth, int windowHeight);
|
---|
[8a6d19d] | 5 | glm::mat4 getViewMatrix();
|
---|
| 6 | glm::mat4 getProjectionMatrix();
|
---|
| 7 |
|
---|
[92bc4fe] | 8 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.