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
Thanks for this, we were using the detail::tvec/tmat's wherever we had templated functions that operated on multiple value types or dimensions (like here), but this change will make it appear less hacky.
Our orthogonal() method is a bit different as it returns a new vec3 orthogonal to the provided argument. We'll be happy to move to the slerp() you added when upgrading to 0.9.6.
In theory, applications are not supposed to use templated types as there are in the detail namespace. This is very inconvenient.
Move tvec* and tmat* to glm namespace.
The text was updated successfully, but these errors were encountered: