Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ mesh
Method
mesh
src/world/render_world.cpp:2191–2194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2189
}
2190
2191
MeshId RenderWorld::MeshManager::mesh(UnitId unit)
2192
{
2193
return hash_map::get(_map, unit, MeshId { UINT32_MAX });
2194
}
2195
2196
void RenderWorld::MeshManager::destroy()
2197
{
Callers
2
mesh_instance
Method · 0.80
update_transforms
Method · 0.80
Calls
1
get
Function · 0.85
Tested by
no test coverage detected