TheWebMonks / meshmonk

Open mesh-to-mesh registration framework
Apache License 2.0
70 stars 25 forks source link

How to get texture information using meshmonk #6

Closed rabbitdsy closed 5 years ago

rabbitdsy commented 5 years ago

Hi, thanks for great work.

When I use meshmonk, I can get aligned pointcloud and mesh information in obj.FloatingShape, but I don't know how to find texture information.

Could you teach me how to find texture, or do I have to mannually match texture?

Thanks

jsnyde0 commented 5 years ago

@alorcas are you processing texture with MeshMonk? It's honestly been so long ago that I'm not sure about it anymore.

alorcas commented 5 years ago

Hi @rabbitdsy,

At the moment the toolbox is only focused on a shape to shape mapping and analysis, therefore texture mapping has not been included. In any case, the Template provided has a UV map which could be used to do get such texture information.