Skip to content
Snippets Groups Projects

Resolve "Kamera - Erstellung und Handling"

Merged Ghost User requested to merge 35-kamera-erstellung-und-handling into develop
5 files
+ 118
3
Compare changes
  • Side-by-side
  • Inline
Files
5
  • 79d415f8
    [#35] worked on camera class/trackball camera class and camera application in main.cpp · 79d415f8
    Katharina Krämer authored
@@ -27,7 +27,7 @@ namespace vkcv {
~Camera();
virtual void update(GLFWwindow* window);
virtual void update(GLFWwindow* window) {};
void setPerspective(float fov, float ratio, float near, float far);
Loading