dilevin / computer-graphics-bounding-volume-hierarchy

Computer Graphics Assignment about Bounding Volume Hierarchies
6 stars 5 forks source link

Creating BVH node #49

Open RaihanFaruque opened 4 years ago

RaihanFaruque commented 4 years ago

In the textbook, each BVH node has a AXIS parameter. How is the AXIS parameter chosen? and What is it used for?

pjsmith97 commented 4 years ago

https://github.com/dilevin/computer-graphics-bounding-volume-hierarchy/issues/41#issue-560125513 <- This should help