Heya again lads! Is there a direct way to find a 2D bounding box for an object as finally drawn to the view?
I want to find the top left and bottom right of the object, so I can crop my swf to just the edges of the object (move the view object, resize the swf). I couldn't find anything in the object3D properties or in view3D. I was thinking a long way would be to draw the whole view to a bitmapData object with BitmapRenderSession and trawl that for pixel data, but I'm hoping there's something easier? A sprite object inside Projector who's x,y, height and width (in 2D) I can grab?? Thanks!
