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-10-19 12:25:10 +0400
committerMatt Ebb <matt@mke3.net>2008-10-19 12:25:10 +0400
commit49aa7edb7708fcc0119d8251fa423903b022e706 (patch)
tree0d8a3fe3597107556079fb891bc200689a2bfadf /source/blender/makesdna/DNA_material_types.h
parentb3000c5529d10ae5002d25384c50d934b233a216 (diff)
Another WIP commit, nothing to see yet.
Diffstat (limited to 'source/blender/makesdna/DNA_material_types.h')
-rw-r--r--source/blender/makesdna/DNA_material_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_material_types.h b/source/blender/makesdna/DNA_material_types.h
index 3ceb267ce67..66f23c7905d 100644
--- a/source/blender/makesdna/DNA_material_types.h
+++ b/source/blender/makesdna/DNA_material_types.h
@@ -63,10 +63,11 @@ typedef struct Material {
/* end synced with render_types.h */
short material_type; /* solid, halo, volumetric */
- short pad5[2];
+ short pad5;
/* volumetrics */
short vol_stepsize_type;
+ short vol_precache_resolution;
float vol_stepsize, vol_shade_stepsize;
float vol_density_scale;
float vol_absorption, vol_scattering;