| 72 | } |
| 73 | |
| 74 | void ModelInstanceEntries::Setup(const Model* model) |
| 75 | { |
| 76 | ASSERT(model && model->IsInitialized()); |
| 77 | const int32 slotsCount = model->MaterialSlots.Count(); |
| 78 | Setup(slotsCount); |
| 79 | } |
| 80 | |
| 81 | void ModelInstanceEntries::Setup(const SkinnedModel* model) |
| 82 | { |
no test coverage detected