Skip to content
Snippets Groups Projects

Resolve "Kamera - Erstellung und Handling"

Merged Ghost User requested to merge 35-kamera-erstellung-und-handling into develop
Compare and Show latest version
5 files
+ 61
55
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -21,8 +21,6 @@ namespace vkcv {
float m_fov;
float m_ratio;
glm::vec3 m_position;
glm::vec3 m_direction;
glm::vec3 m_up;
public:
@@ -56,6 +54,16 @@ namespace vkcv {
void setNearFar(float near, float far);
glm::vec3 getFront();
void setFront( glm::vec3 front );
glm::vec3 getPosition();
void setPosition( glm::vec3 position );
void movePosition( glm::vec3 translation );
};
}
Loading