MCPcopy 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
53void Base::AddLight(cpp::Light light)
54{
55 light.commit();
56 lightsList.push_back(light);
57}
58
59void Base::AddModel(cpp::GeometricModel model, affine3f xfm)
60{

Callers

nothing calls this directly

Calls 1

commitMethod · 0.45

Tested by

no test coverage detected