Open MurraySmith27 opened 2 years ago
For our catmull rom interpolation, I've found two methods that work for computing tangents. One from the slides:
and one from wikipedia:
which of these should we use?
I had the same question, but I was instead considering using the centripetal Catmull-Rom implementation linked on the article for the extra desired properties. Does it matter if we do one way or the other?
For our catmull rom interpolation, I've found two methods that work for computing tangents. One from the slides:
and one from wikipedia:
which of these should we use?