How to generate a texture map in PNG format separately?
Opened this issue · 4 comments
PinzhuoWu commented
How to generate a texture map in PNG format separately?
bennyguo commented
Hi! You could use xatlas
to perform UV unwrapping and export the assets as obj+mtl format. You could refer to the implementation in threestudio. I'll add this feature when I have time.
bennyguo commented
xatlas is an automatic UV-unwrapping tool. It has a Python binding. You could also refer to the threestudio implementation for its usage.
hhh12345678990 commented
那我自己尝试实现一下,我也遇到了和题主一样的问题
hhh12345678990 commented
您好请问如果要生成单独png图像,后续将png图像贴到obj上,应该怎么生成单独的png