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>2009-10-10 02:06:23 +0400
committerMatt Ebb <matt@mke3.net>2009-10-10 02:06:23 +0400
commit0b23e65e86466837f2a8329797e907da3cd98fdc (patch)
treeb119dbb02fe80cfed4fd78aeeea213a454ef784b /source/blender/render
parent578bb93ada1c9d6e6e158149ba2cb0926ce1ea6c (diff)
* more small raytrace fixes
Diffstat (limited to 'source/blender/render')
-rw-r--r--source/blender/render/intern/source/volumetric.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/render/intern/source/volumetric.c b/source/blender/render/intern/source/volumetric.c
index fd7ffc8c845..7cb165ccaea 100644
--- a/source/blender/render/intern/source/volumetric.c
+++ b/source/blender/render/intern/source/volumetric.c
@@ -136,6 +136,7 @@ static int vol_get_bounds(ShadeInput *shi, float *co, float *vec, float *hitco,
isect->lay= -1;
if (intersect_type == VOL_BOUNDS_DEPTH) {
+ isect->skip = RE_SKIP_VLR_NEIGHBOUR;
isect->orig.face = (void*)shi->vlr;
isect->orig.ob = (void*)shi->obi;
} else if (intersect_type == VOL_BOUNDS_SS) {