MCPcopy Create free account
hub / github.com/RenderKit/ospray / newLight

Method newLight

modules/cpu/ISPCDevice.cpp:368–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366///////////////////////////////////////////////////////////////////////////
367
368OSPLight ISPCDevice::newLight(const char *type)
369{
370 return (OSPLight)Light::createInstance(type, *this);
371}
372
373OSPCamera ISPCDevice::newCamera(const char *type)
374{

Callers 1

ospNewLightFunction · 0.45

Calls 1

createInstanceFunction · 0.85

Tested by

no test coverage detected