To increase the experimental speed of the previous assignment.
- Bounding Volume Hierarchy (BVH) with Triangle Mesh.
The idea is to construct a box to surround each object and detect whether the emitted ray touches the box,
and then detect whether intersects the objects inside the box.