We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b32e06 + 17a237f commit 433a269Copy full SHA for 433a269
1 file changed
cuBQL/traversal/aggregateApproximate.h
@@ -180,11 +180,11 @@ namespace cuBQL {
180
}
181
182
if (node.count != 0) {
183
- for (int i=0;i<node.count;i++)
184
- processPrim(result,
185
- queryPrim,
186
- bvh.primIDs[node.offset+i],
187
- primitives);
+ for (int i=0;i<node.count;i++)
+ perPrimFct(result,
+ queryPrim,
+ bvh.primIDs[node.offset+i],
+ primitives);
188
189
// ------------------------------------------------------------------
190
// pop next un-traversed node from stack, discarding any nodes
0 commit comments