SeamAwareDecimater icon indicating copy to clipboard operation
SeamAwareDecimater copied to clipboard

Resulting OBJ should preserve MTL references

Open vsantosu opened this issue 6 years ago • 3 comments

When the decimater succeeds, it strips off the mtl references. If I add them manually, the model looks great, but in some cases there are several references to the mtl file between faces etc, it is imposible to know where it suppose to go. This is common in models with several textures.

vsantosu avatar Mar 07 '18 16:03 vsantosu

Can you show how to add mtl references?

heyyxd avatar Jul 04 '18 03:07 heyyxd

Hi @heyyxd ,

to add a mtl reference to an .obj file just add:

mtllib materialname.mtl

Rage997 avatar Nov 16 '18 22:11 Rage997

I'm having the same issue here, I wonder if it's possible to merge all the materials into one before decimation to avoid this issue.

DerouineauNicolas avatar Aug 13 '19 08:08 DerouineauNicolas