• WOWEngine: AS3 physic engine will be released tomorrow

    January 21, 2008

    http://seraf.mediabox.fr/wow-engine/ will release their WOW-engine. It’s a 3D-physic-engine.

  • Speedcoding

    January 18, 2008

    via blog.je2050.de.

  • Flash Workshop at Wifi Salzburg

    January 18, 2008

    There is a 3-day Flash workshop, starting today at the Wifi Salzburg. I am going to train some basic flash knowledge and there is also a little keynote. I will put the sheets online in the next days.
    Btw. this blog has been added to the Adobe MXNA weblog.

  • 3D is only 3 lines away

    January 16, 2008

    var p = new Vector3D();

    renderLoop
    {
    var scaleFactor = focalDistance / p.z;

    myAsset.x = p.x * scaleFactor;
    myAsset.y = p.y * scaleFactor;
    }

    This is all you need to represent a point in a 3d-environment.

 
Powered by Wordpress and MySQL. Theme by Shlomi Noach, openark.org