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:
Diffstat (limited to 'intern/cycles/bvh/bvh8.h')
-rw-r--r--intern/cycles/bvh/bvh8.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/intern/cycles/bvh/bvh8.h b/intern/cycles/bvh/bvh8.h
index 834daf3abce..84f82538c0f 100644
--- a/intern/cycles/bvh/bvh8.h
+++ b/intern/cycles/bvh/bvh8.h
@@ -59,6 +59,9 @@ protected:
friend class BVH;
BVH8(const BVHParams& params, const vector<Object*>& objects);
+ /* Building process. */
+ virtual BVHNode *widen_children_nodes(const BVHNode *root) override;
+
/* pack */
void pack_nodes(const BVHNode *root);