d3-3d icon indicating copy to clipboard operation
d3-3d copied to clipboard

Is it possible to draw curves ? (<path>)

Open neznayer opened this issue 2 years ago • 1 comments

Hi, I love this library. Is it possible to add curves (quadratic and/or cubic) to this? Where should I should start if I would add it by myself?

Best regards

neznayer avatar Nov 02 '22 06:11 neznayer

Yes!

You can use LINE_STRIP. Please the docs: https://github.com/Niekes/d3-3d?tab=readme-ov-file#shapes

Niekes avatar Dec 16 '23 11:12 Niekes