Home
last modified time | relevance | path

Searched refs:maxBounces (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/yafaray/libYafaRay-3.5.1/include/integrators/
H A Dphotonintegr.h51 …hts, int causDepth, progressBar_t *pb, int pbStep, unsigned int &totalPhotonsShot, int maxBounces);
52 …ts, progressBar_t *pb, int pbStep, unsigned int &totalPhotonsShot, int maxBounces, bool finalGathe…
H A Dsppm.h79 …ts, progressBar_t *pb, int pbStep, unsigned int &totalPhotonsShot, int maxBounces, random_t & prng…
/dports/math/vtk9/VTK-9.1.0/Rendering/RayTracing/RTWrapper/VisRTX/
H A DRenderer.h118 int32_t maxBounces = this->GetFloat({ "maxPathLength" }, 10.0f); in RenderFrame() local
119 this->renderer->SetNumBounces(minBounces, maxBounces); in RenderFrame()
/dports/graphics/yafaray/libYafaRay-3.5.1/src/integrators/
H A Dpathtracer.cc36 maxBounces = 5; in pathIntegrator_t()
60 …set << "RayDepth=" << rDepth << " npaths=" << nPaths << " bounces=" << maxBounces << " min_bounces… in preprocess()
230 for(int depth = 1; depth < maxBounces; ++depth) in integrate()
403 inte->maxBounces = bounces; in factory()
H A Dphotonintegr.cc96 maxBounces = 5; in photonIntegrator_t()
107 …ghts, int causDepth, progressBar_t *pb, int pbStep, unsigned int &totalPhotonsShot, int maxBounces) in causticWorker() argument
207 if(nBounces == maxBounces) break; in causticWorker()
256 …ts, progressBar_t *pb, int pbStep, unsigned int &totalPhotonsShot, int maxBounces, bool finalGathe… in diffuseWorker() argument
368 if(nBounces == maxBounces) break; in diffuseWorker()
646 …ghts, std::ref(integratorName), tmplights, pb, pbStep, std::ref(curr), maxBounces, finalGather, st… in preprocess()
737 if(nBounces == maxBounces) break; in preprocess()
862 …mCLights, std::ref(integratorName), tmplights, causDepth, pb, pbStep, std::ref(curr), maxBounces)); in preprocess()
943 if(nBounces == maxBounces) break; in preprocess()
1508 ite->maxBounces = bounces; in factory()
H A Dsppm.cc388 …ts, progressBar_t *pb, int pbStep, unsigned int &totalPhotonsShot, int maxBounces, random_t & prng) in photonWorker() argument
515 if(nBounces == maxBounces) break; in photonWorker()
667 …ghts, std::ref(integratorName), tmplights, pb, pbStep, std::ref(curr), maxBounces, std::ref(prng))… in prePass()
763 if(nBounces == maxBounces) break; in prePass()
1413 ite->maxBounces = bounces; in factory()
/dports/graphics/yafaray/libYafaRay-3.5.1/include/core_api/
H A Dmcintegrator.h84 int maxBounces; //! Max. path depth for mc raytracing variable
/dports/games/sdb/sdb-1.0.2/src/
H A Dobjects.h456 { sprite = spr; width = w; maxRange = mr; maxBounces = mb; damage = dmg; fadeSpeed = fs; } in set()
461 int maxBounces; variable
H A Dobjects.cpp1956 while (distLeft > 0.001 && bounces < lasType[type].maxBounces) in launch()