Home
last modified time | relevance | path

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

/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dpm3d.c1363 double dot_prod, shade_fact, spec_fact; in apply_lighting_model() local
1434 spec_fact = pow(dot_prod, pm3d_shade.Phong); in apply_lighting_model()
1436 tmp_r += pm3d_shade.spec*spec_fact; in apply_lighting_model()
1437 tmp_g += pm3d_shade.spec*spec_fact; in apply_lighting_model()
1438 tmp_b += pm3d_shade.spec*spec_fact; in apply_lighting_model()
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dpm3d.c1441 double dot_prod, shade_fact, spec_fact; in apply_lighting_model() local
1528 spec_fact = pow(fabs(dot_prod), pm3d_shade.Phong); in apply_lighting_model()
1532 tmp_r += pm3d_shade.spec * spec_fact; in apply_lighting_model()
1533 tmp_g += pm3d_shade.spec * spec_fact; in apply_lighting_model()
1534 tmp_b += pm3d_shade.spec * spec_fact; in apply_lighting_model()
1538 tmp_r += pm3d_shade.spec2 * spec_fact; in apply_lighting_model()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dpm3d.c1441 double dot_prod, shade_fact, spec_fact; in apply_lighting_model() local
1528 spec_fact = pow(fabs(dot_prod), pm3d_shade.Phong); in apply_lighting_model()
1532 tmp_r += pm3d_shade.spec * spec_fact; in apply_lighting_model()
1533 tmp_g += pm3d_shade.spec * spec_fact; in apply_lighting_model()
1534 tmp_b += pm3d_shade.spec * spec_fact; in apply_lighting_model()
1538 tmp_r += pm3d_shade.spec2 * spec_fact; in apply_lighting_model()