Re: [flexcoders] Re: How to draw a cylinder

2008-04-21 Thread Aaron Miller
The main Papervision site is here: http://blog.papervision3d.org/ There is also Papervision 2 that is still under development, but here is some tutorials on that which include getting the latest source from SVN: http://papervision2.com/tutorial-list/ Best Regards, ~Aaron On Mon, Apr 21, 2008 at

Re: [flexcoders] Re: How to draw a cylinder

2008-04-21 Thread Gustavo Duenas
Where could I find that? Regards, gustavo On Apr 21, 2008, at 12:47 PM, Aaron Miller wrote: Much easier to use Papervision I think. As easy as using the Cylinder class. # package { # # import PaperBase; # import org.papervision3d.objects.Cylinder; # # public class CynlinderObject ex

Re: [flexcoders] Re: How to draw a cylinder

2008-04-21 Thread Aaron Miller
Much easier to use Papervision I think. As easy as using the Cylinder class. # package { # # import PaperBase; # import org.papervision3d.objects.Cylinder; # # public class CynlinderObject extends PaperBase { # # private var myCylinder:Cylinder = new Cylinder(); # # public function

[flexcoders] Re: How to draw a cylinder

2008-04-21 Thread valdhor
There is a tutorial at http://www.vecpix.com/tutorials/illustrator/il013.php on how to draw a cylinder. You will then need to use flex component kit to convert it into a flex component. At the very least, it is a start. --- In flexcoders@yahoogroups.com, "Swamy Nathan" <[EMAIL PROTECTED]> wrote: