You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 30, 2026. It is now read-only.
I can use UVAtlas to generate the new texture coordinates (vt lines in the output obj file). I am also able to stretch certain areas of the triangular mesh by specifying corresponding IMT data, and I can see the desired effect by visualizing the _texture.obj. Now I would like to render the 3D mesh using the new UVs. I wonder how I could achieve that.
I noticed some people mentioned using ResampleTex. For example, I found a very old post here: how to use UVAtlas, but it did not elaborate. I also read the MS official doc ResampleTex, but still could not figure out what exactly I should do next. (Actually, I did not find much info after googling "ResampleTex". )
Can some one please give me some hint? Thank you very much!
I can use UVAtlas to generate the new texture coordinates (vt lines in the output obj file). I am also able to stretch certain areas of the triangular mesh by specifying corresponding IMT data, and I can see the desired effect by visualizing the _texture.obj. Now I would like to render the 3D mesh using the new UVs. I wonder how I could achieve that.
I noticed some people mentioned using ResampleTex. For example, I found a very old post here: how to use UVAtlas, but it did not elaborate. I also read the MS official doc ResampleTex, but still could not figure out what exactly I should do next. (Actually, I did not find much info after googling "ResampleTex". )
Can some one please give me some hint? Thank you very much!