-
-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add feature to traverse a bvh passing a context from parent to childr…
…en (#191) * Add feature to traverse a bvh passing a context from parent to children * Add bvh visitor thatt allows a context to be passed to the children of a node Co-authored-by: Sébastien Crozet <[email protected]> * Export SimdVisitorWithContext * Remove SimdVisitorWithContext default trait implementation Removed because `SimdVisitor`'s default implementation causes issues. It will be automatically implemented for types that may want to implement `SimdVisitorWithContext` and thus cause them to automatically implement the default trait implementation. Since there can only be one trait implementation per type, this effectively prevents the use of the new trait. * warnings fixes --------- Co-authored-by: Makogan (Makogan) <[email protected]> Co-authored-by: Sébastien Crozet <[email protected]> Co-authored-by: Sébastien Crozet <[email protected]>
- Loading branch information
1 parent
8823198
commit 2ac354a
Showing
7 changed files
with
93 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters