Flare3D + JiglibFlash

The last couple of days i’ve been experimenting with the awesome 3d-engine Flare3D, http://www.flare3d.com. One of the first things i did was to add support for JiglibFlash, which is a sweet 3d-physics engine for flash, http://www.jiglibflash.com.

As it might be useful for others as well i’m gonna upload the jiglib plugin-classes to make it work with flare 3d here. Just add the two classes Flare3DPhysics.as and Flare3DMesh to jiglib.plugin.flare3d in your source. I’ve made a quick example to show how it’s used (Source at the bottom of this post). I will continue to post some more demos of it in the coming days.

Have fun!

Demo (with shadows and an animated light, drag to move Camera)

Demo Source

Put these files in jiglib.plugin.flare3d to try it yourself!

Flare3DMesh.as

Flare3DPhysics.as