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