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:
authorThomas Dinges <blender@dingto.org>2015-04-30 00:21:05 +0300
committerThomas Dinges <blender@dingto.org>2015-04-30 00:31:06 +0300
commitb3def11f5b751ead0bc8bcf100ff4ab3f2b10981 (patch)
tree01ea4ae7e498a9d0764dd82ba0b2ae0c52d5dd5e /source/blender/imbuf/intern/IMB_filetype.h
parente9dcb068c749bc9e73450a4feb491551ede58c07 (diff)
Cycles: Record all possible volume intersections for SSS and camera checks
This replaces sequential ray moving followed with scene intersection with single BVH traversal, which gives us all possible intersections. Only implemented for CPU, due to qsort and a bigger memory usage on GPU which we rather avoid. GPU still uses the regular bvh volume intersection code, while CPU now uses the new code. This improves render performance for scenes with: a) Camera inside volume mesh b) SSS mesh intersecting a volume mesh/domain In simple volume files (not much geometry) performance is roughly the same (slightly faster). In files with a lot of geometry, the performance increase is larger. bmps.blend with a volume shader and camera inside the mesh, it renders ~10% faster here. Patch by Sergey and myself. Differential Revision: https://developer.blender.org/D1264
Diffstat (limited to 'source/blender/imbuf/intern/IMB_filetype.h')
0 files changed, 0 insertions, 0 deletions