model_t refactoring?!
Opened this issue · 0 comments
johannesugb commented
Evaluate model_t
w.r.t. the following points:
- Does
model_t
have to be a resource? Collection of plain data arrays model_t
should not create buffers from per-vertex data - reduces couplingload_from_file()
should not be a method ofmodel_t
? - single responsibility principle
Once evaluated, further steps are to be discussed.