Dylancyclone / VMF2OBJ

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

Collapse Vertex Normals #2

Open Dylancyclone opened 4 years ago

Dylancyclone commented 4 years ago

Similar to #1, If there are duplicate vertex normals, 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 normal are redirected to the one that was kept.