Tag: Away3D

  • 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…

  • Draw on 3D object

    Here in Holland you have free news papers that you can read when you consume any kind of  public transportation.  In my childhood when I was bored I took a newspaper and draw all sorts of objects on  photo’s of famous people,  like: glasses, moustaches, beards and acme. I think this is also cool in…

  • More playing with 3D and 3D physics engine

    I extended the Flex 3D example of my previous post some more. Now you can drag (left mousebutton) the objects and bounce them into each other. I think the smart visiters will see that it look a little like TileUI from Doug McCune or TileUI copy of Bill White. I tried to make something like…

  • Playing around with 3D and WOW

    Watch the Away3D and WOW demo. Sometimes they stand like a tower and sometimes it almost look like they explode. Click on the onderground to reset the cubes to a random position

  • Preformance tips Away3D

    While I was building my ImageViewer3D I noticed a few things that can make everything just a little bit faster. And for the challenge and for fun I made a sort of testing application. I build it with Flex and Away3D You can change the a few things such as the amount of 3d objects,…

  • ImageViewer3D final release

    Today I’m going to release the code of ImageViewer3D like I promised before. It is not finished but I have to move on to other things. I few days ago I asked everyone to give input and because of the shortage of time I can’t put every suggestion in. Sorry for that but many thanks…

  • ImageViewer3D

    I recently discovered Away3D, the 3D engine for Flex and Flash. I’m now working for 3 weeks with this 3D engine and it is easy to consume. I started with some spheres and cubes to get use to the 3D concept. After I got bored I started a real project. For now I call that…

  • Away3D lighting

    For 2 weeks straight I been busy with Away3D, a 3D engine for ActionScript 3. This makes it easier to create 3D applications for the internet. At my internship at the <TheFactor.e> they put me on Away3D. Developed by Fabrice Closier, a colleague. Today I was busy with a project and I struggled with lightning.…