I am trying to replicate the functionality as seen here http://wizgrav.github.io/three.js/runner/.
I found a similar question Three.js - technique for turning a transparent PNG into a 3D "card" with the geometry of the transparency but this involves turning the PNG to a SVG and tracing the path.
This question was posted 2 years ago, Is there a better way to do this in ThreeJS itself and not relying on other tools(converting PNG to SVG)?
Any help is appreciated.
Thank you.