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 src/gl/glcontroller.cpp, line 393, the forward/backwards derivatives get cast to a Float. If these were being used in spacial interpolation, they would be Vector3s, which when cast to Floats return a single zero.
The text was updated successfully, but these errors were encountered:
In
src/gl/glcontroller.cpp
, line 393, the forward/backwards derivatives get cast to a Float. If these were being used in spacial interpolation, they would be Vector3s, which when cast to Floats return a single zero.The text was updated successfully, but these errors were encountered: