Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
373
OSPCamera ISPCDevice::newCamera(const char *type)
374
{
375
return (OSPCamera)Camera::createInstance(type, *this);
376
}
377
378
OSPGeometry ISPCDevice::newGeometry(const char *type)
379
{
Callers
1
ospNewCamera
Function · 0.45
Calls
1
createInstance
Function · 0.85
Tested by
no test coverage detected