Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Foucault <foucault.clem@gmail.com>2017-05-11 20:08:59 +0300
committerClément Foucault <foucault.clem@gmail.com>2017-05-12 17:31:12 +0300
commit5aca575d85f3d1172420fee60040ffc48a88dd45 (patch)
treec33ae74de032051eba645c05be88540667c1d138 /source/blender/makesdna/DNA_gpu_types.h
parent0eb32ab22809d9c0c41bfff5082f58b1a7aa9965 (diff)
Eevee: Add Rotation and ratio parameters to DoF.
Diffstat (limited to 'source/blender/makesdna/DNA_gpu_types.h')
-rw-r--r--source/blender/makesdna/DNA_gpu_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_gpu_types.h b/source/blender/makesdna/DNA_gpu_types.h
index 967cb7284dc..be34309572f 100644
--- a/source/blender/makesdna/DNA_gpu_types.h
+++ b/source/blender/makesdna/DNA_gpu_types.h
@@ -38,6 +38,8 @@ typedef struct GPUDOFSettings {
float fstop;
float focal_length;
float sensor;
+ float rotation;
+ float ratio;
int num_blades;
int high_quality;
} GPUDOFSettings;