File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
RadeonRays/src/accelerator Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -289,11 +289,11 @@ namespace RadeonRays
289
289
num_items);
290
290
291
291
// We set 1 AABB for each node during BVH build process,
292
- // however our resulting structure keeps two AABBs for
293
- // left and right child nodes in the parent node. To
294
- // convert 1 AABB per node -> 2 AABBs for child nodes
295
- // we need to traverse the tree pulling child node AABBs
296
- // into their parent node. That's exactly what PropagateBounds
292
+ // however our resulting structure keeps two AABBs for
293
+ // left and right child nodes in the parent node. To
294
+ // convert 1 AABB per node -> 2 AABBs for child nodes
295
+ // we need to traverse the tree pulling child node AABBs
296
+ // into their parent node. That's exactly what PropagateBounds
297
297
// is doing.
298
298
PropagateBounds (*this );
299
299
}
You can’t perform that action at this time.
0 commit comments