You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, the BVH is built using a top-down method. Bottom-up methods are generally harder to implement but generate better BVH, resulting in cheaper collision test. We may want to implement the agglomerative clustering algorithm from this article
The text was updated successfully, but these errors were encountered:
At the moment, the BVH is built using a top-down method. Bottom-up methods are generally harder to implement but generate better BVH, resulting in cheaper collision test. We may want to implement the agglomerative clustering algorithm from this article
The text was updated successfully, but these errors were encountered: