Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/ospray
/ ospSetObject
Function
ospSetObject
ospray/api/ospray_util_impl.cpp:95–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
void ospSetObject(OSPObject o, const char *id, OSPObject other)
96
{
97
ospSetParam(o, id, OSP_OBJECT, &other);
98
}
99
100
void ospSetBool(OSPObject o, const char *id, int x)
101
{
Callers
5
main
Function · 0.85
main
Function · 0.85
buildScene1
Function · 0.85
buildScene2
Function · 0.85
main
Function · 0.85
Calls
1
ospSetParam
Function · 0.85
Tested by
no test coverage detected