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
In line 383, the templated tquat is initialized with basic type instead of the templated type. This is an issue when using GLM with a library like CERES.
The line should be changed to:
return tquat<T, P>(T(1) T(0), T(0), T(0));
The text was updated successfully, but these errors were encountered:
In line 383, the templated tquat is initialized with basic type instead of the templated type. This is an issue when using GLM with a library like CERES.
The line should be changed to:
The text was updated successfully, but these errors were encountered: