haekb / io_scene_lithtech

Based off of io_scene_abc by @cmbasnett
GNU General Public License v2.0
15 stars 5 forks source link

Clean up ABC Model #21

Open haekb opened 3 years ago

haekb commented 3 years ago

It'd be nice if I could clean up the abc model, maybe have it be a base class with some common functionality that then expands to ABC v6, ABC >6, LTB, PS2 LTB, etc...

Right now I awkwardly stuff non-abc functionality into there. Could be confusing for anyone poking around at the code.