Home
last modified time | relevance | path

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

/dports/graphics/yafaray/libYafaRay-3.5.1/include/core_api/
H A Dscene.h180 void setVolIntegrator(volumeIntegrator_t *v);
/dports/graphics/yafaray/libYafaRay-3.5.1/src/yafraycore/
H A Denvironment.cc982 scene.setVolIntegrator((volumeIntegrator_t*)volInte); in setupScene()
H A Dscene.cc720 void scene_t::setVolIntegrator(volumeIntegrator_t *v) in setVolIntegrator() function in scene_t