Skip to content
Snippets Groups Projects

Resolve "Kamera - Erstellung und Handling"

Merged Ghost User requested to merge 35-kamera-erstellung-und-handling into develop
1 unresolved thread
Compare and Show latest version
3 files
+ 18
38
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -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