We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, there's a manually-implemented RotateY meta object and a manually-implemented Translate meta object.
RotateY
Translate
These should be combined into a single Transform meta object that can be used for:
Transform
Additionally, instead of manually implementing these, use nalgebra's builtin transform mechanisms for these for maximal robustness and correctness.
nalgebra
The text was updated successfully, but these errors were encountered:
Implement based on this blog post: https://jacco.ompf2.com/2022/05/13/how-to-build-a-bvh-part-6-all-together-now/
Sorry, something went wrong.
No branches or pull requests
Currently, there's a manually-implemented
RotateY
meta object and a manually-implementedTranslate
meta object.These should be combined into a single
Transform
meta object that can be used for:Additionally, instead of manually implementing these, use
nalgebra
's builtin transform mechanisms for these for maximal robustness and correctness.The text was updated successfully, but these errors were encountered: