MCPcopy Create free account
hub / github.com/crownengine/crown / lod_group

Method lod_group

src/world/render_world.cpp:2797–2800  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2795}
2796
2797LodGroupId RenderWorld::LodGroupManager::lod_group(UnitId unit)
2798{
2799 return make_instance(hash_map::get(_map, unit, UINT32_MAX));
2800}
2801
2802void RenderWorld::LodGroupManager::select_level(u32 lod_group, const Matrix4x4 &view_proj, f32 dt)
2803{

Callers 2

lod_group_instanceMethod · 0.80
update_transformsMethod · 0.80

Calls 2

getFunction · 0.85
make_instanceFunction · 0.70

Tested by

no test coverage detected