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:
authorJoseph Eagar <joeedh@gmail.com>2011-05-01 07:57:53 +0400
committerJoseph Eagar <joeedh@gmail.com>2011-05-01 07:57:53 +0400
commit9736061c07491286021b039d1307b3951496cf3b (patch)
tree87a054b6cf014b4170770653bbfc020e1a549b6a /source/blender/render/intern/include/render_types.h
parent4734a3321516283d1f2557818ddeb155aa34c56b (diff)
=trunk=
Made some improvements to the point density texture. Added support for tweaking the falloff with a custom curve. Also coded new falloff types based on the age or velocity of particles. Also added a test break check to the volumetric shade cache code, to avoid nasty hangups from the preview render (on render, exit, etc).
Diffstat (limited to 'source/blender/render/intern/include/render_types.h')
-rw-r--r--source/blender/render/intern/include/render_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/render/intern/include/render_types.h b/source/blender/render/intern/include/render_types.h
index fd5ea7c789b..cf16211b6d1 100644
--- a/source/blender/render/intern/include/render_types.h
+++ b/source/blender/render/intern/include/render_types.h
@@ -486,6 +486,7 @@ typedef struct VolPrecachePart
float bbmin[3];
float voxel[3];
int working, done;
+ struct Render *re;
} VolPrecachePart;
typedef struct VolumePrecache