Currently OBJ module is built as both loader and renderer. Refactoring to two modules: - loader which loads OBJ model to generic object type - renderer which can render generic object type might help with code maintenance and usage.
Currently OBJ module is built as both loader and renderer. Refactoring to two modules:
might help with code maintenance and usage.