Searched refs:phongexp (Results 1 – 5 of 5) sorted by relevance
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | api.cpp | 291 tex->phongexp = 0.0; in apitextotex() 308 void rt_tex_phong(void *voidtex, apiflt phong, apiflt phongexp, int type) { in rt_tex_phong() argument 311 tex->phongexp = phongexp; in rt_tex_phong()
|
| H A D | api.hpp | 191 void rt_tex_phong(void *voidtex, apiflt phong, apiflt phongexp, int type);
|
| H A D | types.hpp | 144 flt phongexp; /* phong exponent/shininess factor */ member
|
| H A D | parse.cpp | 421 float a, b, c, d, phong, phongexp, phongtype; in GetTexBody() local 457 fscanf(dfile, "%f", &phongexp); in GetTexBody() 462 phongexp = 100.0; in GetTexBody() 492 rt_tex_phong(voidtex, phong, phongexp, (int)phongtype); in GetTexBody()
|
| H A D | shade.cpp | 141 phongval = shade_phong(incident, &hit, &N, &L, obj->tex->phongexp); in shader()
|