Skip to content
Snippets Groups Projects

Resolve "Kamera - Erstellung und Handling"

Merged Ghost User requested to merge 35-kamera-erstellung-und-handling into develop
2 files
+ 0
14
Compare changes
  • Side-by-side
  • Inline
Files
2
  • 758c1e74
    [#35] remove setFront and setPosition functions · 758c1e74
    Sebastian Gaida authored
    removed due to not used and problems with them before
@@ -56,13 +56,10 @@ namespace vkcv {
glm::vec3 getFront();
void setFront( glm::vec3 front );
glm::vec3 getPosition();
void setPosition( glm::vec3 position );
void movePosition( glm::vec3 translation );
};
Loading