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.

AddThis Social Bookmark Button

4 Responses to “Five3D in AS3”

  1. How to use it in Flex 3.0 ?

  2. Unzip the “five3dexample.rar”. Copy the “src” directory into your Flex project and add it to source path in compiler settings

  3. 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

  4. 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

Leave a Reply

Powered by WP Hashcash