Point Sequence Interpolation

前端 未结 9 624
广开言路
广开言路 2021-01-02 07:36

Given an arbitrary sequence of points in space, how would you produce a smooth continuous interpolation between them?

2D and 3D solutions are welcome. Solutions tha

9条回答
  •  鱼传尺愫
    2021-01-02 07:45

    I came up with the same problem and implemented it with some friends the other day. I like to share the example project on github.

    PathInterpolation screenshot

    https://github.com/johnjohndoe/PathInterpolation
    Feel free to fork it.

提交回复
热议问题