The mesh structure represent the implementation of an obj file or any polygon-based renderable object in the project. It contains a list of point composing the mesh as well as its bbox root.

<aside> 💡 The file responsible for ray / bbox intersection is bbox_renderer

</aside>