iffyloop / TripoSR-Bake

Generate 3D meshes from a single 2D image using TripoSR, complete with manual geometry editing and texture baking support
The Unlicense
48 stars 0 forks source link

Texture not being applied correctly #4

Closed divya-soni-14 closed 4 months ago

divya-soni-14 commented 4 months ago

I'm trying to execute the sample commands given in the readme, but the final obj file generated has no texture applied to it. There is a png file generated of the texture, but I'm not sure what to do with it. Can someone help?

iffyloop commented 4 months ago

In whatever game engine or 3D modeling software you use (e.g. Blender), there should be an option after importing the OBJ to create/assign a material to it. When you do that, you can assign that texture to the material. Let me know if this works for you, or if not, what your use case is, and I'll try to help.