Re: [Flashcoders] 3d question

2007-02-14 Thread Gustavo Duenas
ebruary 14, 2007 6:51 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] 3d question well there are http://www.flashsandy.org/ and http://www.osflash.org/papervision3d On 14/02/07, Gustavo Duenas <[EMAIL PROTECTED]> wrote: Hi Guys, does anyone knows the way to move a 2d object(

Re: [Flashcoders] 3d question

2007-02-14 Thread Gosselin, Robert
not ready yet. > > > BLITZ | Patrick Matte - 310-551-0200 x214 > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Dani > Bacon > Sent: Wednesday, February 14, 2007 6:51 AM > To: Flashcoders mailing list &g

RE: [Flashcoders] 3d question

2007-02-14 Thread Patrick Matte | BLITZ
n the AS3 version right now but its not ready yet. BLITZ | Patrick Matte - 310-551-0200 x214 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dani Bacon Sent: Wednesday, February 14, 2007 6:51 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] 3d que

RE: [Flashcoders] 3d question

2007-02-14 Thread Merrill, Jason
>>I have m y macromedia user...do you think is ok for adobe labs? Yes, you will also need to be a registered Adobe/Macromedia user (free, sounds like you already did that) in order to download the exe. "However, registered users of Flash 8 can write for Flash player 9" Meaning, if you know your l

Re: [Flashcoders] 3d question

2007-02-14 Thread Gustavo Duenas
inal Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gustavo Duenas Sent: Wednesday, February 14, 2007 9:29 AM To: Flashcoders mailing list Subject: [Flashcoders] 3d question Hi Guys, does anyone knows the way to move a 2d object(vector based) in 3d, rotating axis x y a

RE: [Flashcoders] 3d question

2007-02-14 Thread Merrill, Jason
om. Jason Merrill Bank of America Learning & Organizational Effectiveness >>-Original Message- >>From: [EMAIL PROTECTED] >>[mailto:[EMAIL PROTECTED] On Behalf >>Of Gustavo Duenas >>Sent: Wednesday, February 14, 2007 9:29 AM >>To:

Re: [Flashcoders] 3d question

2007-02-14 Thread Dani Bacon
well there are http://www.flashsandy.org/ and http://www.osflash.org/papervision3d On 14/02/07, Gustavo Duenas <[EMAIL PROTECTED]> wrote: Hi Guys, does anyone knows the way to move a 2d object(vector based) in 3d, rotating axis x y and z, using action script course I don't know probabl

Re: [Flashcoders] 3d question

2007-02-14 Thread Helen Triolo
One way is by applying a transform matrix, as described (in, sorry, ugly AS 1 code) here: http://flash-creations.com/notes/astb_outline3d.php From the notes on that page "start by defining the transform matrix (here defined as a property of the Math object) to be an identity matrix (an array o

[Flashcoders] 3d question

2007-02-14 Thread Gustavo Duenas
Hi Guys, does anyone knows the way to move a 2d object(vector based) in 3d, rotating axis x y and z, using action script course I don't know probably is a dumb question...I'm using flash 8, actionscript 2...and by the way do you know also how can I have actionscript 3 in my flash 8? Re