Hi,
It is not an issue per se, but I think the FOV set here is in degrees, whereas glm::perspective expects a FOV in radian here. Interestingly, it does not have a huge effect on the rendering. Yet the values of the projection matrix P are wrong should anyone would like to use them. Thought that could be useful.
Best,
Antoine
Hi,
It is not an issue per se, but I think the FOV set here is in degrees, whereas
glm::perspectiveexpects a FOV in radian here. Interestingly, it does not have a huge effect on the rendering. Yet the values of the projection matrixPare wrong should anyone would like to use them. Thought that could be useful.Best,
Antoine