Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ light_instance
Method
light_instance
src/world/render_world.cpp:634–637 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
632
}
633
634
LightId RenderWorld::light_instance(UnitId unit)
635
{
636
return _light_manager.light(unit);
637
}
638
639
Color4 RenderWorld::light_color(LightId light)
640
{
Callers
1
load_api
Function · 0.80
Calls
1
light
Method · 0.80
Tested by
no test coverage detected