MCPcopy Create free account
hub / github.com/LuxCoreRender/LuxCore / GetExtMeshNames

Method GetExtMeshNames

src/slg/scene/extmeshcache.cpp:106–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void ExtMeshCache::GetExtMeshNames(std::vector<std::string> &names) const {
107 meshes.GetNames(names);
108}
109
110ExtMesh *ExtMeshCache::GetExtMesh(const string &meshName) {
111 return static_cast<ExtMesh *>(meshes.GetObj(meshName));

Callers 1

RemoveUnusedMeshesMethod · 0.80

Calls 1

GetNamesMethod · 0.80

Tested by

no test coverage detected