Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ add
Function
add
src/resource/mesh.cpp:640–643 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
638
}
639
640
void add(MeshCache &cache, Mesh *mesh)
641
{
642
list::add(mesh->_cache_node, cache._meshes);
643
}
644
645
} // namespace mesh_cache
646
Callers
4
parse
Function · 0.70
create_world
Method · 0.50
add
Method · 0.50
create
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected