I created avatar 3d model (.glb) able to run from browser. I want user to upload the shirt(image) and avatar dress should be updated accordingly.
I tried various options mixamo, readyplayer.me etc but they do not have option to update the avatar with custom dress, Is there any API for any open source solution for this. Pls suggest
Thanks vijay
more info is needed but based on what is provided it sounds like you have means to extract material texture from photograph. Once you have the texture, then it would come down to matching UV layout and just applying the new texture to the material. this process would be the same in three.js, babylon.js or any other 3d library you use.