Posts tagged as:

flash

Today I’m announcing the first public availability of an application framework I’ve been developing that complements FLARToolkit and FLARManager, and makes it possible to rapidly produce Flash augmented reality applications. This past year I spent many many hours with FLARToolkit and  Eric Socolofsky’s excellent FLARManager.  FLARManager makes the overall FLARToolkit configuration much simpler, especially if you want to mirror the [...]

{ 10 comments }

On my current FLARToolkit project (release soon!), I needed the ability to trigger more than one animation for a Collada file.  No problem, I figured, I’ll just use the convenient DAE.play(clip:String) method.  Unfortunately, I discovered that the implementation of that method didn’t make use of the “optional” clip name: /** * Plays the animation. * [...]

{ 2 comments }