Hi all,
Is it possible to convert a 2d garment design into 3d using three.js. Actually, I want to apply 2d garment design onto a 3d human model. Is this task achievable through three.js?
Hi all,
Is it possible to convert a 2d garment design into 3d using three.js. Actually, I want to apply 2d garment design onto a 3d human model. Is this task achievable through three.js?
Hello @Muhammad_Umer, this task is definitely possible with three. If you check out the Showcase and browse a bit: Showcase - three.js forum You will find examples of apparel configurators and more. There are a bunch of ways to do it, some easier than others, some with better results.
Thanks a lot for answering. Sure, I will look into it.