dilevin / computer-graphics-csc317

Course Page for Computer Graphics course
125 stars 24 forks source link

Question about AABBTree split #30

Closed junior-stack closed 12 months ago

junior-stack commented 12 months ago

Hi, I am just wondering what is the meaning of the "the longest axis of the box" in the description of AABBTree::AABBTree". Does it refer to the diagonal axis of the box? Also, should we consider the case when all objects at one side of the midpoint and no object is at the other side of the midpoint? In that case, how should we handle. I don't have a solution to handle that