GLUL icon indicating copy to clipboard operation
GLUL copied to clipboard

Refactor OBJ model loader from OBJ model renderer

Open RippeR37 opened this issue 9 years ago • 0 comments

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.

RippeR37 avatar Apr 02 '16 22:04 RippeR37