From 2ecbc3b7775f567fdad41928361c6e3403fd08c2 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 11 Jul 2016 12:31:25 +0200 Subject: Cycles: Add _all suffix to shadow traversal file Matches better naming of volume traversal files, where we've got optimized versions of a single step of volume intersection and traversal which will gather all volume intersections. --- intern/cycles/kernel/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'intern/cycles/kernel/CMakeLists.txt') diff --git a/intern/cycles/kernel/CMakeLists.txt b/intern/cycles/kernel/CMakeLists.txt index 3f0917bb992..bd3969b2889 100644 --- a/intern/cycles/kernel/CMakeLists.txt +++ b/intern/cycles/kernel/CMakeLists.txt @@ -31,13 +31,13 @@ set(SRC set(SRC_BVH_HEADERS bvh/bvh.h bvh/bvh_nodes.h - bvh/bvh_shadow.h + bvh/bvh_shadow_all.h bvh/bvh_subsurface.h bvh/bvh_traversal.h bvh/bvh_volume.h bvh/bvh_volume_all.h bvh/qbvh_nodes.h - bvh/qbvh_shadow.h + bvh/qbvh_shadow_all.h bvh/qbvh_subsurface.h bvh/qbvh_traversal.h bvh/qbvh_volume.h -- cgit v1.2.3