Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/ospray
/ AddLight
Method
AddLight
apps/ospTestSuite/test_fixture.cpp:53–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
void Base::AddLight(cpp::Light light)
54
{
55
light.commit();
56
lightsList.push_back(light);
57
}
58
59
void Base::AddModel(cpp::GeometricModel model, affine3f xfm)
60
{
Callers
nothing calls this directly
Calls
1
commit
Method · 0.45
Tested by
no test coverage detected