-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ofPolyline smoothed seems broken in nightly #6414
Comments
wow - I think this is another case of a bug with glm now not initializing variables by default.
is not initialized so has garbage values.
See: #6397 (comment) I am more and more tempted to do our next release with: Or document really well the switch and how the #define can be used if needed. |
yeah I was just about to say, I tracked it down to T cur being different on the two releases :) T cur(0) definitely fixes. I wonder if there are other subtle issues w/ initializing we should be looking for. |
was just working with a student and we noticed ofPolyline::getSmoothed() seems broken on nightly.
example code:
in 0.10.1 it works as expected (half-circle shrinks slightly as you move the mouse), in nightly when you move the mouse over it does something strange.
investigating...
The text was updated successfully, but these errors were encountered: