16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 19:29:19 +02:00

async mesh loading

This commit is contained in:
maj00r
2026-06-16 01:04:37 +02:00
parent 2f90246907
commit 9574d2051b
35 changed files with 3239 additions and 859 deletions

View File

@@ -227,6 +227,16 @@ node_groups::update_map()
}
}
void
node_groups::ensure_map_index()
{
if( m_map_index_built ) {
return;
}
update_map();
m_map_index_built = true;
}
// returns current active group, or null_handle if group stack is empty
group_handle
node_groups::handle() const {