Re: [flexcoders] Curved surfaces in flex...

2005-04-14 Thread jeff tapper
Anything you can do in code in flash studio you can also do in flex. If your up for the challange, you can using the drawing API and the curveTo method to create any curved surface you want, im generally more likely to import a graphic already created, whether im using it in flex or flash. At

Re: [flexcoders] Curved surfaces in flex...

2005-04-14 Thread JesterXL
oders@yahoogroups.com Sent: Thursday, April 14, 2005 11:29 AM Subject: RE: [flexcoders] Curved surfaces in flex... It’s almost impossible to do this with normal Flash, let alone trying to do it in Flex. Sounds like a nightmare to me. Flash just isn’t suited (at the moment) for 3d (or pseudo 3d). Directo

RE: [flexcoders] Curved surfaces in flex...

2005-04-14 Thread Abdul Qabiz
@yahoogroups.comSubject: RE: [flexcoders] Curved surfaces in flex... It’s almost impossible to do this with normal Flash, let alone trying to do it in Flex. Sounds like a nightmare to me. Flash just isn’t suited (at the moment) for 3d (or pseudo 3d). Director has that sort of thing.   From: Seth Voltz [mailto

RE: [flexcoders] Curved surfaces in flex...

2005-04-14 Thread Shell Bryson
2005 16:21 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Curved surfaces in flex...   When you said "Globe" ebject I immediately thought wireframe. You could easily write a wireframe sphere function that takes in perspective and rotation information and spits back a serie

Re: [flexcoders] Curved surfaces in flex...

2005-04-14 Thread Seth Voltz
Thursday, April 14, 2005 10:55 AM Subject: RE: [flexcoders] Curved surfaces in flex... I don’t have an example no… It’s still in the “hey that would be kewl stage”   Basically they want a globe that’s able to rotate so that you can pick multiple points on it and bring up windows on th

Re: [flexcoders] Curved surfaces in flex...

2005-04-14 Thread JesterXL
, April 14, 2005 10:55 AM Subject: RE: [flexcoders] Curved surfaces in flex... I don’t have an example no… It’s still in the “hey that would be kewl stage”   Basically they want a globe that’s able to rotate so that you can pick multiple points on it and bring up windows on those points with

RE: [flexcoders] Curved surfaces in flex...

2005-04-14 Thread Clint Modien
I’ll have to write/buy a custom .swc and import it…     From: JesterXL [mailto:[EMAIL PROTECTED] Sent: Thursday, April 14, 2005 8:03 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Curved surfaces in flex...   Do you have a link towards a visual example of the desired

RE: [flexcoders] Curved surfaces in flex...

2005-04-14 Thread David Mendels
David From: Clint Modien [mailto:[EMAIL PROTECTED] Sent: Thursday, April 14, 2005 9:53 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Curved surfaces in flex... I just had a question thrown at me about a globe type surface being done in flex.   My initial gut reacti

Re: [flexcoders] Curved surfaces in flex...

2005-04-14 Thread JesterXL
Do you have a link towards a visual example of the desired effect?   - Original Message - From: Clint Modien To: flexcoders@yahoogroups.com Sent: Thursday, April 14, 2005 9:53 AM Subject: [flexcoders] Curved surfaces in flex... I just had a question thrown at me about a globe

[flexcoders] Curved surfaces in flex...

2005-04-14 Thread Clint Modien
I just had a question thrown at me about a globe type surface being done in flex.   My initial gut reaction to that was… “you can’t do that in flex”   You could if you used flash to create the globe component right?   Then embed that flash component in a flex app?   Just thought I