Home
last modified time | relevance | path

Searched refs:dysquared (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/povray36/povray-3.6.1/source/
H A Dradiosit.cpp559 depth_weight_for_this_gradient, dxsquared, dysquared, dzsquared, in ra_gather() local
769 dysquared = direction[Y] * direction[Y]; if (direction[Y] < 0.) dysquared = -dysquared; in ra_gather()
774 drdys += dysquared * Temp_Colour[pRED] * depth_weight_for_this_gradient; in ra_gather()
775 dgdys += dysquared * Temp_Colour[pGREEN] * depth_weight_for_this_gradient; in ra_gather()
776 dbdys += dysquared * Temp_Colour[pBLUE] * depth_weight_for_this_gradient; in ra_gather()
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dradiosit.cpp642 depth_weight_for_this_gradient, dxsquared, dysquared, dzsquared, in ra_gather() local
978 dysquared = direction[Y] * direction[Y]; if (direction[Y] < 0.) dysquared = -dysquared; in ra_gather()
983 drdys += dysquared * Temp_Colour[pRED] * depth_weight_for_this_gradient; in ra_gather()
984 dgdys += dysquared * Temp_Colour[pGREEN] * depth_weight_for_this_gradient; in ra_gather()
985 dbdys += dysquared * Temp_Colour[pBLUE] * depth_weight_for_this_gradient; in ra_gather()