1 2 3 4 5 6 7
/**> HEADER FILES <**/ #include "Camera.h" void Camera::Apply() { glTranslatef(-position.x,-position.y,-position.z); }