Dylancyclone / VMF2OBJ

Convert source-engine VMF files into OBJ files with materials (including brushes, displacements, entities, and models)
MIT License
113 stars 6 forks source link

Collapse Vertex Textures #1

Open Dylancyclone opened 4 years ago

Dylancyclone commented 4 years ago

If there are duplicate vertex textures, they can be combined/collapsed into one so that the data is not repeated. The struggle with this is making sure any faces that use the collapsed vertex texture are redirected to the one that was kept.