Making 3d models in flash
hy!
I have to make a animation for my school.
My cencept:
Make 4 Pictures from a person's head and wire them together to a cube. Then i want to import this into Adobe flash professional cs5.
My Question:
Is this possible? If not, are there any other rudiments to solve my problem?
Thanks开发者_StackOverflow for helping
Check out Away3D's tutorials: http://away3d.com/tutorials
I strongly recommend to use Away 3D. It's the only flash 3d engine which has a dedicated (and free) editor.
The editor is called Prefab http://www.closier.nl/prefab. It lets you create and texture simple 3d objects previewing results in realtime right inside the Away 3D renderer (this editor is built on top of it) then you can export your model into the Away 3D compatible format. I had a hard experience trying to export textured 3d from different 3d packages to different flash 3d engines. Prefab and Away 3d is the easiest way to do the task.
To make coding in Flash IDE easier you should install syntax highlighting extension from http://away3d.com/downloads.
Pass through the beginner's tutorials at http://away3d.com/tutorials up to the "Manipulating 3D objects". You won't need to learn anything else 'cause Prefab will handle 3d object setup for you.
精彩评论