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>2016-04-01 18:44:08 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-04-01 18:45:59 +0300
commit0f6f9218985957aace8ae2135ac91133fb4370d9 (patch)
treefd2cb217a7f4106301294e8a50b48572cb82d9fa /intern/cycles/bvh/bvh_params.h
parent8e6d6cc4dc2b19b6d9db42a1c9057fdf8c6c5404 (diff)
Cycles: Temporarily revert index sort commit for spatial split
There are in fact some missing parts to it (Split BVH builder should be creating bins from result of Object Split constructor). Doable, but need to quickly fix issue for the studio here, easier to revert for now.
Diffstat (limited to 'intern/cycles/bvh/bvh_params.h')
-rw-r--r--intern/cycles/bvh/bvh_params.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/intern/cycles/bvh/bvh_params.h b/intern/cycles/bvh/bvh_params.h
index 022ecbcb923..cf683df1b31 100644
--- a/intern/cycles/bvh/bvh_params.h
+++ b/intern/cycles/bvh/bvh_params.h
@@ -189,11 +189,6 @@ struct BVHSpatialStorage {
/* Bins used for histogram when selecting best split plane. */
BVHSpatialBin bins[3][BVHParams::NUM_SPATIAL_BINS];
- /* Indices to a reference array used by object splitter to speed up
- * sorting process.
- */
- vector<int> reference_indices;
-
/* Temporary storage for the new references. Used by spatial split to store
* new references in before they're getting inserted into actual array,
*/