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

Method commit

modules/denoiser/DenoiseFrameOp.cpp:495–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493}
494
495void DenoiseFrameOp::commit()
496{
497 quality = getParam<uint32_t>("quality", OSP_DENOISER_QUALITY_MEDIUM);
498 denoiseAlpha = getParam<bool>("denoiseAlpha", false);
499}
500
501std::unique_ptr<LiveFrameOpInterface> DenoiseFrameOp::attach(
502 FrameBufferView &fbView)

Callers 2

updateFiltersMethod · 0.45
DenoiseFrameOpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected