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

Method GetExtMeshIndex

src/slg/scene/extmeshcache.cpp:118–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118u_int ExtMeshCache::GetExtMeshIndex(const string &meshName) const {
119 return meshes.GetIndex(meshName);
120}
121
122u_int ExtMeshCache::GetExtMeshIndex(const ExtMesh *m) const {
123 return meshes.GetIndex(m);

Callers

nothing calls this directly

Calls 1

GetIndexMethod · 0.45

Tested by

no test coverage detected