Home
last modified time | relevance | path

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

/dports/graphics/tachyon/tachyon/src/
H A Drtcommon.h46 #define RT_PROJECTION_FISHEYE 3 macro
H A Dcamera.c45 case RT_PROJECTION_FISHEYE: in camera_init()
97 case RT_PROJECTION_FISHEYE: in camera_init()
/dports/graphics/tachyon/tachyon/demosrc/
H A Dparse.c392 rt_camera_projection(scene, RT_PROJECTION_FISHEYE); in GetCamera()