Changeset 92bc4fe in opengl-game for common/controls.hpp


Ignore:
Timestamp:
Jun 25, 2017, 7:15:12 PM (7 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
fe70cd3
Parents:
8a6d19d
Message:

Make the game window fullscreen, hide the mouse cursor, and change the view to an overhead one as the player moves around the scene

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/controls.hpp

    r8a6d19d r92bc4fe  
    22#define CONTROLS_HPP
    33
    4 void computeMatricesFromInputs();
     4void computeMatricesFromInputs(int windowWidth, int windowHeight);
    55glm::mat4 getViewMatrix();
    66glm::mat4 getProjectionMatrix();
Note: See TracChangeset for help on using the changeset viewer.