alecjacobson / computer-graphics-bounding-volume-hierarchy

Computer Graphics Assignment about Bounding Volume Hierarchies
124 stars 46 forks source link

Axis Aligned Box must be a cube? #28

Closed Marina-t closed 6 years ago

Marina-t commented 6 years ago

Does the axis aligned box have to be a cube? or is it fine if the sides are not equal?

velociraptor111 commented 6 years ago

It's not a cube .. A cube would have equal lengths in all sides .. But not in the case of axis aligned bounding box

This is how you can visualize it

screen shot 2018-10-11 at 9 31 30 pm