MCPcopy 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
289MeshId RenderWorld::mesh_instance(UnitId unit)
290{
291 return _mesh_manager.mesh(unit);
292}
293
294void RenderWorld::mesh_set_geometry(MeshId mesh, StringId64 mesh_resource, StringId32 geometry)
295{

Callers 3

create_instancesMethod · 0.80
load_apiFunction · 0.80

Calls 1

meshMethod · 0.80

Tested by

no test coverage detected