wentam / Graffiks

A flexible and fast graphics engine.
MIT License
0 stars 0 forks source link

bulk object loader #78

Open wentam opened 9 years ago

wentam commented 9 years ago

There should be a loader that will take an array of filepaths to model files, loads each object in it's own thread (only loading # of cpu cores at any given time), and then calls a callback when finished, passing all the loaded objects.

wentam commented 7 years ago

probably also allow for wildcards "gfx/*.obj"