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:
authorMatt Ebb <matt@mke3.net>2008-09-30 14:41:47 +0400
committerMatt Ebb <matt@mke3.net>2008-09-30 14:41:47 +0400
commita667fc61d44ed35a8bfd13b062a3469a8aa88138 (patch)
tree2f6af79a1a1d5c575080e0d981cbd6911a558454 /source/blender/makesdna/DNA_material_types.h
parent31d6a6be68066cb0e084e0aa66e6eaf08e438851 (diff)
* Removed the volume 'layer depth' control' (was used to
limit ray intersections like as for ray transparency). It remains to be seen if it's even that useful, and was preventing refracting materials behind volumes from working easily.
Diffstat (limited to 'source/blender/makesdna/DNA_material_types.h')
-rw-r--r--source/blender/makesdna/DNA_material_types.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_material_types.h b/source/blender/makesdna/DNA_material_types.h
index 5d5ae042950..8215f73d8ce 100644
--- a/source/blender/makesdna/DNA_material_types.h
+++ b/source/blender/makesdna/DNA_material_types.h
@@ -70,9 +70,8 @@ typedef struct Material {
float vol_stepsize, vol_shade_stepsize;
float vol_absorption, vol_scattering;
float vol_absorption_col[3];
- short vol_raydepth;
short vol_shadeflag;
- int volpad;
+ short volpad[3];
float fresnel_mir, fresnel_mir_i;
float fresnel_tra, fresnel_tra_i;