Hi,
I am trying to create some bounding box of 3d lines (so define by two points coordinates).
Is there already some source code of functions within irrlicht to create that ?
I have also tried to solve the non linear system of equations defined by the equation the two upper point of the left face of the box, and the center of the face (one of the points).
But without success.
Thanks a lot