Home
last modified time | relevance | path

Searched refs:toonPostSmooth (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/yafaray/libYafaRay-3.5.1/src/yafraycore/
H A Denvironment.cc569 float toonPostSmooth = 3.f; in setupRenderPasses() local
585 params.getParam("toonPostSmooth", toonPostSmooth); in setupRenderPasses()
612 renderPasses.toonPostSmooth = toonPostSmooth; in setupRenderPasses()
H A Dimagefilm.cc1767 const float toonPostSmooth = renderPasses->toonPostSmooth; in generateToonAndDebugObjectEdges() local
1824 cv::GaussianBlur( imageMatCombinedVec, imageMatCombinedVec, cv::Size(3,3), toonPostSmooth ); in generateToonAndDebugObjectEdges()
/dports/graphics/yafaray/libYafaRay-3.5.1/include/core_api/
H A Drenderpasses.h257 float toonPostSmooth = 3.f; //Toon effect: smoothness applied after Quantization variable