I'd like to visualize a bounding box of a 3D object in the 2D rendered image like in the example image below.
My idea is to use the line draw function presented here but I don't know how to transform the 3D bounding box coordinates in the object into 2D coordinates for the line drawing.
