Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
118
u_int ExtMeshCache::GetExtMeshIndex(const string &meshName) const {
119
return meshes.GetIndex(meshName);
120
}
121
122
u_int ExtMeshCache::GetExtMeshIndex(const ExtMesh *m) const {
123
return meshes.GetIndex(m);
Callers
nothing calls this directly
Calls
1
GetIndex
Method · 0.45
Tested by
no test coverage detected