Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/ospray
/ newGeometry
Method
newGeometry
modules/cpu/ISPCDevice.cpp:378–381 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
376
}
377
378
OSPGeometry ISPCDevice::newGeometry(const char *type)
379
{
380
return (OSPGeometry)Geometry::createInstance(type, *this);
381
}
382
383
OSPVolume ISPCDevice::newVolume(const char *type)
384
{
Callers
1
ospNewGeometry
Function · 0.45
Calls
1
createInstance
Function · 0.85
Tested by
no test coverage detected