MCPcopy 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
95void ospSetObject(OSPObject o, const char *id, OSPObject other)
96{
97 ospSetParam(o, id, OSP_OBJECT, &other);
98}
99
100void ospSetBool(OSPObject o, const char *id, int x)
101{

Callers 5

mainFunction · 0.85
mainFunction · 0.85
buildScene1Function · 0.85
buildScene2Function · 0.85
mainFunction · 0.85

Calls 1

ospSetParamFunction · 0.85

Tested by

no test coverage detected