MCPcopy Create free account
hub / github.com/RenderKit/embree / set_scene

Method set_scene

tutorials/common/tutorial/tutorial.cpp:678–682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

676 }
677
678 void TutorialApplication::set_scene (TutorialScene* in)
679 {
680 ispc_scene.reset(new ISPCScene(g_device,in));
681 g_ispc_scene = ispc_scene.get();
682 }
683
684 void errorFunc(int error, const char* description) {
685 throw std::runtime_error(std::string("Error: ")+description);

Callers

nothing calls this directly

Calls 2

resetMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected