Re: [Flashcoders] rotate a cube

2007-05-02 Thread Leandro Amano
-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ron
Wheeler
Sent: 01 May 2007 15:36
To: flashcoders@chattyfig.figleaf.com
Subject: Re: [Flashcoders] rotate a cube

Why not Sandy3D ???

Waseem Shahzad wrote:
 Hello Flashcoders

 I am trying to rotate a cube which i made in the flash authoring
 environment. However it is not a real cube but I don't want to use API
to
 make a cube first and then rotate it. I want that a cube which have a
 specific design then it is rotate in the 3d environment using flash
 Actionscript.

 Please help me I don't find any solution and now i think that might be

 it is
 not possible to rotate such type of cube.

 Thanx in advance.
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com





--
--
Leandro Amano
Digital Bug
Chief Creative Officer
Adobe Certified Expert
Adobe Certified Instructor
Adobe User Group Leader
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] rotate a cube

2007-05-01 Thread Waseem Shahzad

Hello Flashcoders

I am trying to rotate a cube which i made in the flash authoring
environment. However it is not a real cube but I don't want to use API to
make a cube first and then rotate it. I want that a cube which have a
specific design then it is rotate in the 3d environment using flash
Actionscript.

Please help me I don't find any solution and now i think that might be it is
not possible to rotate such type of cube.

Thanx in advance.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] rotate a cube

2007-05-01 Thread Danny Kodicek
 
 Hello Flashcoders
 
 I am trying to rotate a cube which i made in the flash 
 authoring environment. However it is not a real cube but I 
 don't want to use API to make a cube first and then rotate 
 it. I want that a cube which have a specific design then it 
 is rotate in the 3d environment using flash Actionscript.
 
 Please help me I don't find any solution and now i think that 
 might be it is not possible to rotate such type of cube.

If you made your cube as a perspective object in Flash, you're right, you
can't rotate it automatically (how would Flash know what the rest of it
looked like?!) There's no way to do what you're trying without using some
actionscript (and a fair amount of maths). However, there are a fair number
of 3d tutorials out there - a Google on 'rotate cube actionscript' brought
up this one as a first hit:
http://www.kirupa.com/developer/actionscript/rotation_center.htm

Danny

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] rotate a cube

2007-05-01 Thread Fumio Nonaka

Flash 8 source fla file can be downloaded.

3D Transformation:
http://www.fumiononaka.com/Sample/3D_Box/3D_Box.html
_
Danny Kodicek wrote:

If you made your cube as a perspective object in Flash, you're right, you
can't rotate it automatically (how would Flash know what the rest of it
looked like?!) There's no way to do what you're trying without using some
actionscript (and a fair amount of maths). However, there are a fair number
of 3d tutorials out there - a Google on 'rotate cube actionscript' brought
up this one as a first hit:
http://www.kirupa.com/developer/actionscript/rotation_center.htm

--
Fumio Nonaka
mailto:[EMAIL PROTECTED]
http://www.FumioNonaka.com/
My bookshttp://www.FumioNonaka.com/Books/index.html
Flash communityhttp://F-site.org/
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] rotate a cube

2007-05-01 Thread Ron Wheeler

Why not Sandy3D ???

Waseem Shahzad wrote:

Hello Flashcoders

I am trying to rotate a cube which i made in the flash authoring
environment. However it is not a real cube but I don't want to use API to
make a cube first and then rotate it. I want that a cube which have a
specific design then it is rotate in the 3d environment using flash
Actionscript.

Please help me I don't find any solution and now i think that might be 
it is

not possible to rotate such type of cube.

Thanx in advance.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] rotate a cube

2007-05-01 Thread Tom Gooding
I've seen some really good stuff done recently in Papervision3d
http://www.papervision3d.org/ , also WireEngine3D I've used before
pretty successfully http://osflash.org/we3d . As with any 3D engine,
you'll need reasonable maths to get on with either of these.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ron
Wheeler
Sent: 01 May 2007 15:36
To: flashcoders@chattyfig.figleaf.com
Subject: Re: [Flashcoders] rotate a cube

Why not Sandy3D ???

Waseem Shahzad wrote:
 Hello Flashcoders

 I am trying to rotate a cube which i made in the flash authoring
 environment. However it is not a real cube but I don't want to use API
to
 make a cube first and then rotate it. I want that a cube which have a
 specific design then it is rotate in the 3d environment using flash
 Actionscript.

 Please help me I don't find any solution and now i think that might be

 it is
 not possible to rotate such type of cube.

 Thanx in advance.
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com