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:
authorAntony Riakiotakis <kalast@gmail.com>2015-02-12 20:45:27 +0300
committerAntony Riakiotakis <kalast@gmail.com>2015-02-12 20:45:36 +0300
commit5515e5727b6838fd22ceb15f419a1b1d6a92e461 (patch)
tree9cfc9b916f04da7e35597515f26d7f7633b61541 /source/blender/makesdna/DNA_gpu_types.h
parentc1e9df7e79f450d6124b9a3c6b180adc32b6f853 (diff)
Final nitpicks:viewport_experiments
No warning for out of camera, rename darken to factor/strength (since color can be actually be light)
Diffstat (limited to 'source/blender/makesdna/DNA_gpu_types.h')
-rw-r--r--source/blender/makesdna/DNA_gpu_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_gpu_types.h b/source/blender/makesdna/DNA_gpu_types.h
index d6d5500d968..b6009b3f899 100644
--- a/source/blender/makesdna/DNA_gpu_types.h
+++ b/source/blender/makesdna/DNA_gpu_types.h
@@ -42,7 +42,7 @@ typedef struct GPUDOFSettings {
/* properties for SSAO effect */
typedef struct GPUSSAOSettings {
- float darken;
+ float factor;
float color[3];
float distance_max;
float attenuation;