| 178 | */ |
| 179 | |
| 180 | bool Model::LoadFromStream(Stream& stream, const ModelParameters& params) |
| 181 | { |
| 182 | return ModelLoader::LoadFromStream(this, stream, params); |
| 183 | } |
| 184 | |
| 185 | /*! |
| 186 | * \brief Sets the material of the named submesh |
no outgoing calls
no test coverage detected