Author Topic: do v1 f3ds work in Flare 2.0?  (Read 242 times)

Bruce Hammond   «   on: May 29, 2012, 04:29:01 PM »
Will f3d files exported from Max using the max_plugin_v1 work in Flare 2.0 projects in Flash?  Many thanks!

Ivan Vodopiviz   «   Reply #1 on: May 29, 2012, 04:32:33 PM »
Hi Bruce,

Yes, they work. You only have to make sure you're loading the er... loader. Something like this:

var scene:Scene3D;
scene.registerClass( Flare3DLoader1 );

Cheers,

Bruce Hammond   «   Reply #2 on: May 29, 2012, 05:44:50 PM »
Great.  Thanks, Ivan.