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

Method IsValid

src/Nazara/Graphics/Model.cpp:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

InitializeMethod · 0.45
SetMeshMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected