In Away3D 3.x try setting plane.ownCanvas = true; This will allow
Flash's built-in filters and layer blending to work.

On Mar 19, 5:46 pm, Shuo LI <[email protected]> wrote:
> Hi All:
>
> I want to apply the glow filter offered by TweenMax to animates a
> shining plane(I use a plane as a basic material for creating the
> scene). After I tried with the plane with TweenMax.to(...), there is
> no effect at all. However, I can see the effect without away3d but
> within a button. I can animates rotation on Plane successfully by the
> way.
>
> The code is as follows:
> TweenMax.to(plane, 1, {glowFilter:{color:0x91e600, alpha:1, blurX:50,
> blurY:50}});
>
> I think it is rather a very simple...
>
> How can I do with this? I do not quite want to make a seperates swf
> file as there is many of them and I think there is always something
> simpler...
>
> Thanks!

Reply via email to