You have to set the the color vector to NULL before you draw your bounding box:

Code:
draw_line3d(vector(x1,y1,0),NULL,100);