Is there a way to access the graphics container in the view3D or in
the session object? Something that will give me access to the sprite
created for each object?

On Nov 7, 10:16 am, bakedbeing <[EMAIL PROTECTED]> wrote:
> 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!

Reply via email to