PDA

View Full Version : 3D Effect - Possible?


Rocketeer
03-01-2007, 09:10 AM
Hi I want to create simple 3D effect just by transforming a MovieClip. I try to illustrate it with ASCII....

Normal view (this is a pane!):
__________
|...............|
|...............|
|...............|
|_________ |


Now I want to rotate the pane:
_______________
\...................../
\.................../
\__________/

I learned that it's not possible to transform a movieclip to the second view, because in flash it's only possible to do affine transformations (lines always stay parallel), or have I overseen something?

However, have you anywhere seen something like this?

PS: Rotating Cubes use AFFINE transformations, so this is not help
PPS: Papervision3D is too much for this thing. I want to keep it simple.

Flash Gordon
03-01-2007, 09:21 AM
k

Rocketeer
03-01-2007, 09:59 AM
Alright, thats about exactly what I was looking for... thanks a lot :-)