Home
last modified time | relevance | path

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

/dports/graphics/tachyon/tachyon/src/
H A Drtcommon.h44 #define RT_PROJECTION_ORTHOGRAPHIC 1 macro
H A Dcamera.c37 case RT_PROJECTION_ORTHOGRAPHIC: in camera_init()
60 case RT_PROJECTION_ORTHOGRAPHIC: in camera_init()
/dports/graphics/tachyon/tachyon/demosrc/
H A Dparse.c406 rt_camera_projection(scene, RT_PROJECTION_ORTHOGRAPHIC); in GetCamera()