We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7d5fff + e3d27f3 commit 1915ed6Copy full SHA for 1915ed6
plugins/coal/node.cc
@@ -43,7 +43,7 @@ void BVHDisplay::init(coal::SplitMethodType splitMethod) {
43
44
BVHPtr_t bvh(new BVH_t);
45
bvh->bv_splitter.reset(new BVSplitter<BoundingVolume>(splitMethod));
46
- loadPolyhedronFromResource(filename_, Vec3f(1, 1, 1), bvh);
+ loadPolyhedronFromResource(filename_, Vec3s(1, 1, 1), bvh);
47
48
recursiveBuildTree(*bvh, 0, 0);
49
0 commit comments