I have come across several resources that discuss using an SVG exported from Illustrator for WebGl with three.js and d3.
Extrude, or, make 2d SVG path into 3d
https://github.com/josdirksen/learning-threejs/blob/master/chapter-06/05-extrude-svg.html
Illustrator/SVG to JavaScript workflow? (A templating library?)
However, none of these resources provide a direct solution for using an SVG from Illustrator with three.js and d3.
What I am looking for is:
a way to directly use an SVG from Illustrator with three.js and d3
a conversion method to transform the SVG (including multiple path groups) from Illustrator format to a format compatible with three.js and d3.
Imagine this scenario: A user uploads their SVG logo and receives a 3D preview.
Manually reformatting the Illustrator-SVG is not feasible in this case, so I am seeking guidance on useful resources to address these compatibility issues.
Thank you for your assistance!