Home
last modified time | relevance | path

Searched refs:flattenFactor (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/megapov/megapov-1.2.1/source/
H A Dphotons.cpp122 static DBL flattenFactor; /* amount to flatten the spher to make it */ // GLOBAL VARIABLE variable
2474 if (flattenFactor!=0.0) in gatherPhotonsRec()
2478 d += flattenFactor*(discFix)*d*16; in gatherPhotonsRec()
2583 flattenFactor = 1.0; in gatherPhotons()
2587 flattenFactor = 0.0; in gatherPhotons()
/dports/graphics/povray36/povray-3.6.1/source/
H A Dphotons.cpp111 static DBL flattenFactor; /* amount to flatten the spher to make it */ // GLOBAL VARIABLE variable
2413 if (flattenFactor!=0.0) in gatherPhotonsRec()
2417 d += flattenFactor*(discFix)*d*16; in gatherPhotonsRec()
2522 flattenFactor = 1.0; in gatherPhotons()
2526 flattenFactor = 0.0; in gatherPhotons()
/dports/graphics/povray37/povray-3.7.0.10/source/backend/lighting/
H A Dphotons.h277 DBL flattenFactor; // amount to flatten the spher to make it variable
H A Dphotons.cpp2368 if (flattenFactor!=0.0) in gatherPhotonsRec()
2372 d += flattenFactor*(discFix)*d*16; in gatherPhotonsRec()
2477 flattenFactor = 1.0; in gatherPhotons()
2481 flattenFactor = 0.0; in gatherPhotons()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/lighting/
H A Dphotons.h288 DBL flattenFactor; // amount to flatten the sphere to make it variable
H A Dphotons.cpp2275 if (flattenFactor!=0.0) in gatherPhotonsRec()
2279 dSqr += flattenFactor*(discFix)*dSqr*16; in gatherPhotonsRec()
2382 flattenFactor = 1.0; in gatherPhotons()
2386 flattenFactor = 0.0; in gatherPhotons()