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

Method commit

modules/mpi/ospray/render/distributed/DistributedRaycast.cpp:55–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void DistributedRaycastRenderer::commit()
56{
57 Renderer::commit();
58
59 getSh()->aoSamples = getParam<int>("aoSamples", 0);
60 getSh()->aoRadius = getParam<float>("aoDistance", 1e20f);
61 getSh()->shadowsEnabled = getParam<bool>("shadows", false);
62 getSh()->volumeSamplingRate = getParam<float>("volumeSamplingRate", 1.f);
63}
64
65std::shared_ptr<TileOperation> DistributedRaycastRenderer::tileOperation()
66{

Callers

nothing calls this directly

Calls 1

commitFunction · 0.50

Tested by

no test coverage detected