tomezpl / LepusEngine

OpenGL game engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic perspective camera

tomezpl opened this issue · comments

  • Create lepus::gfx::Camera that creates a perspective camera
    • Ortho camera would also be nice, but focus on perspective first
  • Implement perspective projection matrix in the Camera class using fov and world transform parameters
  • Update vertex shaders to accept the projection matrix