Skip to content

Commit

Permalink
Trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
gboisse committed Jan 22, 2018
1 parent b36516e commit 7a433ac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions RadeonRays/src/accelerator/bvh2.h
Original file line number Diff line number Diff line change
Expand Up @@ -289,11 +289,11 @@ namespace RadeonRays
num_items);

// We set 1 AABB for each node during BVH build process,
// however our resulting structure keeps two AABBs for
// left and right child nodes in the parent node. To
// convert 1 AABB per node -> 2 AABBs for child nodes
// we need to traverse the tree pulling child node AABBs
// into their parent node. That's exactly what PropagateBounds
// however our resulting structure keeps two AABBs for
// left and right child nodes in the parent node. To
// convert 1 AABB per node -> 2 AABBs for child nodes
// we need to traverse the tree pulling child node AABBs
// into their parent node. That's exactly what PropagateBounds
// is doing.
PropagateBounds(*this);
}
Expand Down

0 comments on commit 7a433ac

Please sign in to comment.