[Papervision3D] Clicking through transparent areas of a plane
James Hay
jimmyhay at gmail.com
Tue May 6 09:30:26 PDT 2008
You'll have to edit the Interactive scene 3d Manager class to deal with
these custom interactions that you're trying to create, ie by hacking it in
some way. Papervision doesn't have this functionality built into it.
jimmy.
On Tue, May 6, 2008 at 5:22 PM, toby <pv3d at eplay.de> wrote:
> Hi there,
>
> in Great White, I am trying to achieve the following:
>
> 1. I load a number of Bitmaps (PNGs with transparent areas) and use them
> as material for planes. I do so using a modified Loader...
> ...
> material = new BitmapMaterial(Bitmap(evt.target.content).bitmapData);
> ...
>
> 2. I then make those materials clickable.
> ...
> plane.addEventListener(InteractiveScene3DEvent.OBJECT_CLICK,
> onObjectClick);
> ...
>
> How (if) can I allow users to click through the transparent areas, and
> reach the planes that are further away?
>
> Any help is appreciated.
>
> Cheers,
> Toby
>
>
>
> _______________________________________________
> Papervision3D mailing list
> Papervision3D at osflash.org
> http://osflash.org/mailman/listinfo/papervision3d_osflash.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/papervision3d_osflash.org/attachments/20080506/ec0068f4/attachment.html
More information about the Papervision3D
mailing list