 |
Blender
V2.93
|
Go to the documentation of this file.
30 #define _DNA_DEFAULT_CameraDOFSettings \
32 .aperture_fstop = 2.8f, \
33 .aperture_ratio = 1.0f, \
34 .focus_distance = 10.0f, \
37 #define _DNA_DEFAULT_CameraStereoSettings \
39 .interocular_distance = 0.065f, \
40 .convergence_distance = 30.0f * 0.065f, \
41 .pole_merge_angle_from = DEG2RADF(60.0f), \
42 .pole_merge_angle_to = DEG2RADF(75.0f), \
45 #define _DNA_DEFAULT_Camera \
48 .sensor_x = DEFAULT_SENSOR_WIDTH, \
49 .sensor_y = DEFAULT_SENSOR_HEIGHT, \
51 .clip_end = 1000.0f, \
54 .flag = CAM_SHOWPASSEPARTOUT, \
55 .passepartalpha = 0.5f, \
57 .dof = _DNA_DEFAULT_CameraDOFSettings, \
59 .stereo = _DNA_DEFAULT_CameraStereoSettings, \