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/bvh_embree.cpp')
-rw-r--r--intern/cycles/bvh/bvh_embree.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/intern/cycles/bvh/bvh_embree.cpp b/intern/cycles/bvh/bvh_embree.cpp
index 2d6efe8dad5..8415d80c4a8 100644
--- a/intern/cycles/bvh/bvh_embree.cpp
+++ b/intern/cycles/bvh/bvh_embree.cpp
@@ -436,6 +436,12 @@ void BVHEmbree::build(Progress& progress, Stats *stats_)
stats = NULL;
}
+BVHNode *BVHEmbree::widen_children_nodes(const BVHNode * /*root*/)
+{
+ assert(!"Must not be called.");
+ return NULL;
+}
+
void BVHEmbree::add_object(Object *ob, int i)
{
Mesh *mesh = ob->mesh;