MCPcopy 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
2191MeshId RenderWorld::MeshManager::mesh(UnitId unit)
2192{
2193 return hash_map::get(_map, unit, MeshId { UINT32_MAX });
2194}
2195
2196void RenderWorld::MeshManager::destroy()
2197{

Callers 2

mesh_instanceMethod · 0.80
update_transformsMethod · 0.80

Calls 1

getFunction · 0.85

Tested by

no test coverage detected