 |
Blender
V3.3
|
Go to the documentation of this file.
16 #define _DNA_DEFAULT_CameraDOFSettings \
18 .aperture_fstop = 2.8f, \
19 .aperture_ratio = 1.0f, \
20 .focus_distance = 10.0f, \
23 #define _DNA_DEFAULT_CameraStereoSettings \
25 .interocular_distance = 0.065f, \
26 .convergence_distance = 30.0f * 0.065f, \
27 .pole_merge_angle_from = DEG2RADF(60.0f), \
28 .pole_merge_angle_to = DEG2RADF(75.0f), \
31 #define _DNA_DEFAULT_Camera \
34 .sensor_x = DEFAULT_SENSOR_WIDTH, \
35 .sensor_y = DEFAULT_SENSOR_HEIGHT, \
37 .clip_end = 1000.0f, \
40 .flag = CAM_SHOWPASSEPARTOUT, \
41 .passepartalpha = 0.5f, \
43 .dof = _DNA_DEFAULT_CameraDOFSettings, \
45 .stereo = _DNA_DEFAULT_CameraStereoSettings, \