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

Method newCamera

modules/cpu/ISPCDevice.cpp:373–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371}
372
373OSPCamera ISPCDevice::newCamera(const char *type)
374{
375 return (OSPCamera)Camera::createInstance(type, *this);
376}
377
378OSPGeometry ISPCDevice::newGeometry(const char *type)
379{

Callers 1

ospNewCameraFunction · 0.45

Calls 1

createInstanceFunction · 0.85

Tested by

no test coverage detected