Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dcamera.cpp74 projcent.x = scene->camcent.x + scene->camviewvec.x; in camray()
75 projcent.y = scene->camcent.y + scene->camviewvec.y; in camray()
76 projcent.z = scene->camcent.z + scene->camviewvec.z; in camray()
H A Dtypes.hpp195 vector camviewvec; /* view direction of the camera (Z axis) */ member
H A Dapi.cpp148 scene->camviewvec = newviewvec; in rt_camerasetup()