Author: Arno Manders

  • Create lightweight 3D models with Away3D

    Create lightweight 3D models with Away3D

      Alot of the flash 3D project on the internet are massive. They first have to download 40mb before they start. There are 2 ways to reduce this. Use PreFab 2.0 export (not yet released) to export every model to awd files. Make simple models with Actionscript I made a example project to show how to…

  • Interactive 3D

    Interactive 3D

    Real life environment rebuild in flash with some build in 3D interactive elements: Video display and product placement

  • Roadstar Agency

    Roadstar Agency

    Slideshow of actors/artists that can be booked for parties

  • LetsStat

    LetsStat

    A prototype of a web analytics application. Key feature of this analytics application is that you see the results of current period agains last period. This adds the context to analytics numbers

  • ImageViewer

    ImageViewer

    View your photos in 3D

  • Drenthe bespaart

    Drenthe bespaart

    Concept to encourage people to save energy and make it clearer to see at what points of the day most of the energy is used.

  • Code snippet: pass preloader flashvars to main swf

    Needed some way generic way to get my flashvars from the preloader to the loaded swf I just extend the url with the flashvars like this

  • Music visualisation with SoundMixer.computeSpectrum();

    Music visualisation with SoundMixer.computeSpectrum();

      Just some fun with Away3D and the SoundMixer class. View example

  • Distort with drawTriangles()

    Distort with drawTriangles()

    There are a growing number of posts about the technique to distort an image with the drawTriangles() function. But most of those examples create a lot of extra vertices that aren’t needed for displaying the image and more calculation means more CPU consumption. I explain here how to work with verticals and show some basic…

  • Experimental flickr photo viewer

    Experimental flickr photo viewer

    Not so long ago I saw a nice menu from (I’m not really sure) a game console on TV. It had a tilted view on 3D planes with information from a games and after selecting a plane the plane rotate toward the camera so you could see more detail from the selected game. I made…