Changeset 22b2c37 in opengl-game for game06.cpp


Ignore:
Timestamp:
Jul 21, 2017, 3:10:08 AM (7 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
21de283
Parents:
644a2e4
Message:

Add a simple logger and remove some old, unneeded tutorial files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • game06.cpp

    r644a2e4 r22b2c37  
    190190
    191191                // Compute the MVP matrix from keyboard and mouse input
    192                 computeMatricesFromInputs();
     192                computeMatricesFromInputs(1024, 768);
    193193                glm::mat4 ProjectionMatrix = getProjectionMatrix();
    194194                glm::mat4 ViewMatrix = getViewMatrix();
Note: See TracChangeset for help on using the changeset viewer.