Open PinzhuoWu opened 1 year ago
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.
xatlas
xatlas is an automatic UV-unwrapping tool. It has a Python binding. You could also refer to the threestudio implementation for its usage.
那我自己尝试实现一下,我也遇到了和题主一样的问题
您好请问如果要生成单独png图像,后续将png图像贴到obj上,应该怎么生成单独的png
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.