3D Line bounding box

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
Icare
Posts: 14
Joined: Tue Jun 24, 2008 3:44 am

3D Line bounding box

Post by Icare »

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
Post Reply