Skip to content

Commit

Permalink
Set leaf_size to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
tkjeldsen authored Nov 23, 2023
1 parent f2750b2 commit 859ece4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/FastBVH/BuildStrategy1.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ BVH<Float, Primitive> BuildStrategy<Float, 1>::operator()(Iterable<Primitive> pr
using namespace Strategy1;

// The threshold hold at which a leaf is made in the BVH.
static constexpr uint32_t leaf_size = 4;
static constexpr uint32_t leaf_size = 1;

BuildStack todo;

Expand Down

0 comments on commit 859ece4

Please sign in to comment.