MCPcopy Create free account
hub / github.com/NazaraEngine/NazaraEngine / LoadFromStream

Method LoadFromStream

src/Nazara/Graphics/Model.cpp:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

LoadFunction · 0.45
LoadStaticFunction · 0.45
LoadAnimatedFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected