Home
last modified time | relevance | path

Searched refs:phongexp (Results 1 – 5 of 5) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dapi.cpp291 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 Dapi.hpp191 void rt_tex_phong(void *voidtex, apiflt phong, apiflt phongexp, int type);
H A Dtypes.hpp144 flt phongexp; /* phong exponent/shininess factor */ member
H A Dparse.cpp421 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 Dshade.cpp141 phongval = shade_phong(incident, &hit, &N, &L, obj->tex->phongexp); in shader()