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

Function ospSetFloat

ospray/api/ospray_util_impl.cpp:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105void ospSetFloat(OSPObject o, const char *id, float x)
106{
107 ospSetParam(o, id, OSP_FLOAT, &x);
108}
109
110void ospSetInt(OSPObject o, const char *id, int x)
111{

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