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

Recycle prop data #5

Closed Dylancyclone closed 4 years ago

Dylancyclone commented 4 years ago

Right now the application goes through the process of decompiling, converting, and processing every prop regardless of if it has already been converted. If the application were to temporarily store the prop data and reuse it every time the prop was reused in the map, the application could be sped up probably by a good amount

Dylancyclone commented 4 years ago

I knew this would speed the program up, but I didn't expect it to speed it up by almost 7x!