-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Possible bug in CatmullRomSpline.js #650
Comments
I think you are right. @bagnell? |
@Andre-Nunes Yes, you are correct. |
@Andre-Nunes want to submit a fix - and a new test since our tests didn't catch this? |
Yes I'll fix it. Is there any page about writing tests? |
Turns out, there's not a whole lot of information on writing tests on our wiki, we should probably fix that.
So you can just go into the CamullRomSplineSpecs.js and add a new |
Fixed in above pull. Closing. |
While working on issue #89 I found a possible bug on CatmullRomSpline.js, there are two
if
s checkingfirstTangent
. I believe the second one should check iflastTagent
isundefined
. Am I correct?The text was updated successfully, but these errors were encountered: