feature/imgui-sdl
points-test
Last change
on this file since 8a6d19d was 8a6d19d, checked in by Dmitry Portnoy <dmitry.portnoy@…>, 8 years ago |
Implement movement in a basic 3D scene and add some examples from the new OpenGL tutorials site
|
-
Property mode
set to
100644
|
File size:
151 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.