You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it says:
"fovy Specifies the field of view angle, in degrees, in the y direction. Expressed in radians. "
it should probably be:
"fovy Specifies the field of view angle in the y direction. Expressed in radians. "
This change of the function btw. broke the rendering of our library (CEGUI) for versions >= 0.9.6, but we were able to fix this easily using a macro based on the glm version numbers - once we figured out what was the cause. Nevertheless, we are very very glad that now radians are used by default always here and in other places, the previously available option to choose between degrees and radians was potentially very problematic for users who might have used glm as well in their application and defined it differently than we would expect (changing it from the default).
The text was updated successfully, but these errors were encountered:
it says:
"fovy Specifies the field of view angle, in degrees, in the y direction. Expressed in radians. "
it should probably be:
"fovy Specifies the field of view angle in the y direction. Expressed in radians. "
This change of the function btw. broke the rendering of our library (CEGUI) for versions >= 0.9.6, but we were able to fix this easily using a macro based on the glm version numbers - once we figured out what was the cause. Nevertheless, we are very very glad that now radians are used by default always here and in other places, the previously available option to choose between degrees and radians was potentially very problematic for users who might have used glm as well in their application and defined it differently than we would expect (changing it from the default).
The text was updated successfully, but these errors were encountered: