From b11a2f707535a9a8a26c667be246db02986c9817 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Sat, 27 Dec 2014 23:38:29 +0500 Subject: [PATCH] Cycles: Mark visibility TODO as resolved --- intern/cycles/bvh/bvh.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/intern/cycles/bvh/bvh.cpp b/intern/cycles/bvh/bvh.cpp index c0cb41c5e22..e6ce4d92048 100644 --- a/intern/cycles/bvh/bvh.cpp +++ b/intern/cycles/bvh/bvh.cpp @@ -681,8 +681,6 @@ QBVH::QBVH(const BVHParams& params_, const vector& objects_) : BVH(params_, objects_) { params.use_qbvh = true; - - /* todo: use visibility */ } void QBVH::pack_leaf(const BVHStackEntry& e, const LeafNode *leaf)