[Papervision3D] How to tween filters
Gil Birman
gil at allflashwebsite.com
Mon Mar 16 14:27:18 PST 2009
What you're trying to do looks fine to me. I have found that you can
mess up the layers if a parent object has a layer of something.
Gil
On Mon, Mar 16, 2009 at 12:45 PM, manuelpedrera <ethern4l at gmail.com> wrote:
>
> Hi, I'm trying to apply a blur filter to primitives and tween it with no
> success.
>
> If I try with:
>
> primitive.useOwnContainer = true;
> primitive.filters = [new BlurFilter()];
>
> It works, but the tweening doesn't do anything:
>
> TweenMax.to(primitive, 1, {blurFilter: {blurX: 10, blurY: 10}});
>
> I've taken a look at a http://blog.zupko.info/?p=76 tutorial of
> EffectLayers , but it seems to be very old because I can't apply the layers
> to DO3Ds as it says).
>
>
> --
> View this message in context: http://www.nabble.com/How-to-tween-filters-tp22541452p22541452.html
> Sent from the Papervision3D mailing list archive at Nabble.com.
>
>
> _______________________________________________
> Papervision3D mailing list
> Papervision3D at osflash.org
> http://osflash.org/mailman/listinfo/papervision3d_osflash.org
>
More information about the Papervision3D
mailing list