karansher / computer-graphics-bounding-volume-hierarchy

Computer Graphics Assignment about Bounding Volume Hierarchies
0 stars 0 forks source link

AABB Tree split method #5

Open jiachen-meng opened 1 year ago

jiachen-meng commented 1 year ago

Hi, I was wondering can we choose between space-based and object-based when implementing the AABB tree. Thanks!

JanardanS commented 1 year ago

I believe that the actual function says to use space-based splitting along the longest axis possible.