Re: [flexcoders] Flex 3d Tweening and best practice/results for Text

2009-08-08 Thread thomas parquier
] *On Behalf Of *thomas parquier *Sent:* Friday, August 07, 2009 3:40 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Flex 3d Tweening and best practice/results for Text Chet, Yet in a mxml component I had to do the following : mx:AnimateProperty property=rotationY

RE: [flexcoders] Flex 3d Tweening and best practice/results for Text

2009-08-08 Thread Chet Haase
:31 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex 3d Tweening and best practice/results for Text Chet, The blurry effect doesnt occur any more with sdk4. The component I wrote uses sdk3.3, which leaves blurry the buttons from the example code you sent. thomas --- http

Re: [flexcoders] Flex 3d Tweening and best practice/results for Text

2009-08-07 Thread thomas parquier
Hi, When objects are back to 2d, you have to reset 2d matrix to get rid of blurry effect. thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056 2009/8/5 djhatrick

RE: [flexcoders] Flex 3d Tweening and best practice/results for Text

2009-08-07 Thread Chet Haase
. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of thomas parquier Sent: Friday, August 07, 2009 11:21 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex 3d Tweening and best practice/results for Text Hi, When objects are back to 2d, you have

Re: [flexcoders] Flex 3d Tweening and best practice/results for Text

2009-08-07 Thread thomas parquier
@yahoogroups.com *Subject:* Re: [flexcoders] Flex 3d Tweening and best practice/results for Text Hi, When objects are back to 2d, you have to reset 2d matrix to get rid of blurry effect. thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone

RE: [flexcoders] Flex 3d Tweening and best practice/results for Text

2009-08-07 Thread Chet Haase
: Re: [flexcoders] Flex 3d Tweening and best practice/results for Text Chet, Yet in a mxml component I had to do the following : mx:AnimateProperty property=rotationY toValue=0 duration=700 effectEnd=twoSidedDO3D.transform.matrix=new Matrix(1,0,0,1,width/2,0); / thomas --- http://www.web

[flexcoders] Flex 3d Tweening and best practice/results for Text

2009-08-05 Thread djhatrick
I have a displayObject, a panel, doing 3d stuff with the panel... However after I tween my object to z=0, the text looks blurry after the animation has stopped. Is there a way to make the text look sharp: fontAntiAliasType=advanced I've tried but that gives not-passable results. Thanks,

[flexcoders] Flex 3D

2008-08-11 Thread Carlos Obregón
I'm interesting in exploring Flex 3D from which I have seen demos. However I can't find concrete information on where to start! Is there official support for it or is there some kind of middleware? Thanks.

Re: [flexcoders] Flex 3D

2008-08-11 Thread Aaron Miller
Check out Papervision3D. It is the most developed 3D engine for Flash that I know of. Best Regards, ~Aaron On Mon, Aug 11, 2008 at 12:49 PM, Carlos Obregón [EMAIL PROTECTED] wrote: I'm interesting in exploring Flex 3D from which I have seen demos. However I can't find concrete information

Re: [flexcoders] Flex 3D

2008-08-11 Thread Sherif Abdou
. - Original Message From: Aaron Miller [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, August 11, 2008 7:06:37 PM Subject: Re: [flexcoders] Flex 3D Check out Papervision3D. It is the most developed 3D engine for Flash that I know of. Best Regards, ~Aaron On Mon, Aug 11, 2008 at 12:49