I have a unique sphere composed of hexagons and pentagons, and my goal is to align the camera directly with a specific hexagon so that it appears flat in the center of the user's view.
The hexagons are created using the hexasphere.js plugin (https://github.com/arscan/hexasphere.js/tree/master). While I can extract information from the mesh object representing a hexagon, I am unsure how to instruct the camera to focus on it.
My attempts involved utilizing the normal matrix element of the mesh and determining the euler angles, but I am stuck on what steps to take next.