Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 278768
Collapse All | Expand All

(-)source/blender/render/intern/source/rendercore.c (-1 / +1 lines)
Lines 2241-2247 Link Here
2241
	/* no direction checking for now, doesn't always improve the result
2241
	/* no direction checking for now, doesn't always improve the result
2242
	 * (INPR(shi->facenor, bs->dir) > 0.0f); */
2242
	 * (INPR(shi->facenor, bs->dir) > 0.0f); */
2243
2243
2244
	return (R.objectinstance[ob].obr->ob != bs->actob);
2244
	return (R.objectinstance[ob & ~RE_RAY_TRANSFORM_OFFS].obr->ob != bs->actob);
2245
}
2245
}
2246
2246
2247
static int bake_intersect_tree(RayTree* raytree, Isect* isect, float *start, float *dir, float sign, float *hitco, float *dist)
2247
static int bake_intersect_tree(RayTree* raytree, Isect* isect, float *start, float *dir, float sign, float *hitco, float *dist)

Return to bug 278768