// Processes input received from any keyboard-like input system. Accepts input parameter in the form of camera defined ENUM (to abstract it from windowing systems)
Right=glm::normalize(glm::cross(Front,WorldUp));// Normalize the vectors, because their length gets closer to 0 the more you look up or down which results in slower movement.