From this page https://learnopengl.com/Getting-started/Camera I learned how to implement the Yaw and Pitch angle to a glm::lookAt function. But sadly I could not find any reference of how to add also the Roll angle to the funcion.
When I try to implement it, the x and z axis keep constant, and don't adapt to the Roll rotation.