« Return to Thread: Tweeners blur
dwayneneckles wrote:also try searching the list here..
Nabble, Nabble!
http://www.nabble.com/Papervision3D-f22855.html
From: dwayneneckles@hotmail.com
To: papervision3d@osflash.org
Date: Tue, 8 Apr 2008 20:31:30 +0000
Subject: Re: [Papervision3D] Tweeners blur
A few things my good friend..
a few things...
Thanks to the board... I learned this recently...
You can only blur the movie clip material.. not the actuall planes in order to access the movieclip... u do this as found here
http://www.rockonflash.com/blog/?p=101
// cast as MovieAssetMaterial, then test for null
var mat:MovieAssetMaterial = plane.material as MovieAssetMaterial;
if( mat )
{
// cast as our sub class, then test for null
var mov:SpecialSauce = mat.movie as SpecialSauce;
if( mov )
{
// now you're talking to the instance directly
mov.animate();
}
}
> Date: Tue, 8 Apr 2008 13:28:38 -0700
> From: digcode@gmail.com
> To: papervision3D@osflash.org
> Subject: [Papervision3D] Tweeners blur
>
>
> Good Day
>
> I try to apply Tweeners blur to the DisplayObject3D objects thats added to
> main DisplayObject3D.
> compiller output is: ReferenceError: Error #1069: Property filters not found
> on org.papervision3d.objects.DisplayObject3D and there is no default value.
> At the same situation when i use Tweeners rotation or x,y,z properties all
> works correctly.
> Whats wrong?
> --
> View this message in context: http://www.nabble.com/Tweeners-blur-tp16572493p16572493.html
> Sent from the Papervision3D mailing list archive at Nabble.com.
>
>
> _______________________________________________
> Papervision3D mailing list
> Papervision3D@osflash.org
> http://osflash.org/mailman/listinfo/papervision3d_osflash.org
Pack up or back up–use SkyDrive to transfer files or keep extra copies. Learn how.
_________________________________________________________________
Use video conversation to talk face-to-face with Windows Live Messenger.
http://www.windowslive.com/messenger/connect_your_way.html?ocid=TXT_TAGLM_WL_Refresh_messenger_video_042008
_______________________________________________
Papervision3D mailing list
Papervision3D@osflash.org
http://osflash.org/mailman/listinfo/papervision3d_osflash.org
« Return to Thread: Tweeners blur
| Free embeddable forum powered by Nabble | Forum Help |