| 33 | */ |
| 34 | |
| 35 | bool ModelParameters::IsValid() const |
| 36 | { |
| 37 | if (loadMaterials && !material.IsValid()) |
| 38 | return false; |
| 39 | |
| 40 | return mesh.IsValid(); |
| 41 | } |
| 42 | |
| 43 | /*! |
| 44 | * \brief Destructs the object and cleans resources |
no outgoing calls
no test coverage detected