Drawing Axis Aligned Bounding Boxes
mattiascibien
Posts: 140
Hello,
for debugging purposes I need to have the AABB of the objects drawn on the screen. Is this feature available directly from the program or do I have to code something? Please note that I need AABB not Oriented Boxes.
Comments
I thought there was one in the Tools tab, but at a quick check I couldn't find it. There's a AABox in scripting, so you could probably get its opposite vertices and build a box out of it.