gl-vis/regl-line2d

Smooth spline segment

dy opened this issue · 0 comments

dy commented

For implementing smooth spline segments it is possible to use https://github.com/stbaer/smooth-path and just map input vertices, as a simple workaround
plotly/plotly.js#3229