Home
last modified time | relevance | path

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

/dports/graphics/povray37/povray-3.7.0.10/source/backend/render/
H A Dtrace.cpp715 Colour layCol, rflCol, rfrCol; in ComputeLightedTexture() local
993 rfrCol += tempcolor; in ComputeLightedTexture()
995 rfrCol = tempcolor; in ComputeLightedTexture()
1022 resultcolour.red() += attCol.red() * rfrCol.red(); in ComputeLightedTexture()
1023 resultcolour.green() += attCol.green() * rfrCol.green(); in ComputeLightedTexture()
1024 resultcolour.blue() += attCol.blue() * rfrCol.blue(); in ComputeLightedTexture()
1036 resultcolour.transm() = attCol.greyscale() * rfrCol.transm() * trans; in ComputeLightedTexture()
1040 resultcolour.red() += attCol.red() * rfrCol.red(); in ComputeLightedTexture()
1041 resultcolour.green() += attCol.green() * rfrCol.green(); in ComputeLightedTexture()
1042 resultcolour.blue() += attCol.blue() * rfrCol.blue(); in ComputeLightedTexture()
[all …]
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/render/
H A Dtrace.cpp744 MathColour rfrCol; in ComputeLightedTexture() local
1088 …tion(texture->Finish, interior, isect.IPoint, ray, topNormal, rawnormal, rfrCol, rfrTransm, new_We… in ComputeLightedTexture()
1115 resultColour += attCol * rfrCol; in ComputeLightedTexture()
1123 resultColour += attCol * rfrCol * filCol; in ComputeLightedTexture()
1129 resultColour += attCol * rfrCol; in ComputeLightedTexture()