Skip to content

Commit

Permalink
Merge pull request #71 from ymontmarin/devel
Browse files Browse the repository at this point in the history
Fix error due to coal renaming
  • Loading branch information
nim65s authored Dec 19, 2024
2 parents f7d5fff + e3d27f3 commit 1915ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/coal/node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ void BVHDisplay::init(coal::SplitMethodType splitMethod) {

BVHPtr_t bvh(new BVH_t);
bvh->bv_splitter.reset(new BVSplitter<BoundingVolume>(splitMethod));
loadPolyhedronFromResource(filename_, Vec3f(1, 1, 1), bvh);
loadPolyhedronFromResource(filename_, Vec3s(1, 1, 1), bvh);

recursiveBuildTree(*bvh, 0, 0);

Expand Down

0 comments on commit 1915ed6

Please sign in to comment.