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