Five3D in AS3
I played a bit with Mathieu Badimon’s vectorial 3D engine Five3D
http://five3d.mathieu-badimon.com/
First, bulk translate it into AS3 and then addapt it a bit
Here is the result, not very well brushed up. Ill probably get back over this post and update the download with a more polished one.
Download -> five3dexample.rar
See it -> five3dexample.swf
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.



March 15th, 2008 at 7:15 am
How to use it in Flex 3.0 ?
March 17th, 2008 at 10:26 am
Unzip the “five3dexample.rar”. Copy the “src” directory into your Flex project and add it to source path in compiler settings
April 14th, 2008 at 7:57 pm
This does not compile using Flex 3 (ActionScript Project). I’ve also added the src directory to my flex project.
I get the following error(s):
1061: Call to a possibly undefined method askRendering through a reference with static type flash.display:DisplayObject. Five3D_test/[source path] Libs/five3D/display Sprite3D.as line 176 1208199050469 21041
1119: Access of possibly undefined property __concatenatedmatrix through a reference with static type flash.display:DisplayObjectContainer. Five3D_test/[source path] Libs/five3D/display Shape3D.as line 200 1208199050441 21039
April 15th, 2008 at 2:00 pm
The author of the original engine released his own version for as3
http://five3d.mathieu-badimon.com/
(although strangely similar to mine..)
you probably should use that one