Home
last modified time | relevance | path

Searched refs:raydepth (Results 1 – 4 of 4) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dapi.cpp124 int raydepth, in rt_camerasetup() argument
146 scene->raydepth = raydepth; in rt_camerasetup()
H A Dcamera.cpp99 newray.depth = scene->raydepth; in camray()
H A Dtypes.hpp188 int raydepth; /* maximum recursion depth */ member
H A Dparse.cpp236 int raydepth, antialiasing; in GetScenedefs() local
274 fscanf(dfile, "%d", &raydepth); in GetScenedefs()
296 rt_camerasetup(scene, zoom, aspectratio, antialiasing, raydepth, Ccenter, Cview, Cup); in GetScenedefs()