Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ mesh_instance
Method
mesh_instance
src/world/render_world.cpp:289–292 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
287
}
288
289
MeshId RenderWorld::mesh_instance(UnitId unit)
290
{
291
return _mesh_manager.mesh(unit);
292
}
293
294
void RenderWorld::mesh_set_geometry(MeshId mesh, StringId64 mesh_resource, StringId32 geometry)
295
{
Callers
3
mesh_set_skeleton_recursively
Function · 0.80
create_instances
Method · 0.80
load_api
Function · 0.80
Calls
1
mesh
Method · 0.80
Tested by
no test coverage detected