Changeset 5ab1b20 in opengl-game for vulkan-game.hpp


Ignore:
Timestamp:
Nov 18, 2019, 9:41:39 PM (5 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
15104a8
Parents:
5a0242e
Message:

Make VulkanGame use the same projection matrix as the original OpenGL game

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vulkan-game.hpp

    r5a0242e r5ab1b20  
    3535   private:
    3636      const int MAX_FRAMES_IN_FLIGHT;
     37
     38      const float NEAR_CLIP = 0.1f;
     39      const float FAR_CLIP = 100.0f;
     40      const float FOV_ANGLE = 67.0f;
    3741
    3842      GameGui* gui;
Note: See TracChangeset for help on using the changeset viewer.