Blender
V3.3
|
#include <DNA_gpu_types.h>
Public Attributes | |
float | focus_distance |
float | fstop |
float | focal_length |
float | sensor |
float | rotation |
float | ratio |
int | num_blades |
int | high_quality |
Properties for DOF effect.
Definition at line 16 of file DNA_gpu_types.h.
float GPUDOFSettings::focal_length |
Definition at line 20 of file DNA_gpu_types.h.
float GPUDOFSettings::focus_distance |
Focal distance for depth of field.
Definition at line 18 of file DNA_gpu_types.h.
float GPUDOFSettings::fstop |
Definition at line 19 of file DNA_gpu_types.h.
int GPUDOFSettings::high_quality |
Definition at line 25 of file DNA_gpu_types.h.
int GPUDOFSettings::num_blades |
Definition at line 24 of file DNA_gpu_types.h.
float GPUDOFSettings::ratio |
Definition at line 23 of file DNA_gpu_types.h.
float GPUDOFSettings::rotation |
Definition at line 22 of file DNA_gpu_types.h.
float GPUDOFSettings::sensor |
Definition at line 21 of file DNA_gpu_types.h.