mkazhdan / TextureSignalProcessing

Gradient-Domain Processing within a Texture Atlas
71 stars 12 forks source link

Using obj as input mesh format #16

Open duyguceylan opened 1 month ago

duyguceylan commented 1 month ago

I have an example data where my mesh is stored as obj format (with uv's defined for each face) and would like to test TextureStitcher. I would appreciate if we can add support for obj meshes. teapot_texture_opt.zip

mkazhdan commented 1 month ago

Just pushed new code/executables that should support reading .obj files.

duyguceylan commented 1 month ago

Thanks, this works!