cg-tuwien/Auto-Vk-Toolkit

model_t refactoring?!

Opened this issue · 0 comments

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 coupling
  • load_from_file() should not be a method of model_t? - single responsibility principle

Once evaluated, further steps are to be discussed.