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
I think it should be: Bounds() : m_min(INFINITY), m_max(-INFINITY)
The reason is when you do function "Union", we will merge another aabb with this initialized box
For example, the initialized box is min[0.0,0.0,0.0] max[0.0,0.0,0.0], Union a box like min[1.0,1.0,1.0], max[2.0,2.0,2.0]
The answer will be min[0.0,0.0,0.0] max[2.0,2.0,2.0], though it won't change the accuracy of bvh,but the efficiency will not be good as expected for the sah algrithm
Deform probelm for rigidbody
I have talked with one of the author of this repo, Prof. Dr. Jan Bender
AABB Initialize problem
Deform probelm for rigidbody