I have the RectF position of the bounding box
RectF myRect = new RectF(30, 30,100, 80);
How do I place my 3D model above the bounding box?