Cycles: Mark visibility TODO as resolved

This commit is contained in:
Sergey Sharybin 2014-12-27 23:38:29 +05:00
parent 91bbaaa271
commit b11a2f7075
1 changed files with 0 additions and 2 deletions

View File

@ -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)