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:
authorSergey Sharybin <sergey.vfx@gmail.com>2014-12-27 21:38:29 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2014-12-27 21:38:29 +0300
commitb11a2f707535a9a8a26c667be246db02986c9817 (patch)
treeb96dd8e6da53ef534c3fca2fc694a47a0fa8d9d2 /intern/cycles/bvh
parent91bbaaa271d348776269a125a9e545a3a4edcce8 (diff)
Cycles: Mark visibility TODO as resolved
Diffstat (limited to 'intern/cycles/bvh')
-rw-r--r--intern/cycles/bvh/bvh.cpp2
1 files changed, 0 insertions, 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<Object*>& objects_)
: BVH(params_, objects_)
{
params.use_qbvh = true;
-
- /* todo: use visibility */
}
void QBVH::pack_leaf(const BVHStackEntry& e, const LeafNode *leaf)