Direct link here:
http://www.openframeworks.cc/files/of_c ... -small.mov[attachment=0:d8m5twsb]collada.png[/attachment:d8m5twsb]
For OF 0061 Mac:
( EDIT - fixed project ) http://www.openframeworks.cc/files/coll ... bFixed.zip'Ported' from the official Collada Dom package here:
http://sourceforge.net/projects/collada-dom/files/Looks like it could be hooked up for windows and linux as the download ( Collada-dom-2.2.zip ) has window and linux projects for building the dependencies.
Some notes:
/* Some notes */
// -Almost everything is ripped from the viewer example project - so nice that they bundle an xcode project!
// -To see their full demo app - look at colladaDome/mainPC.cpp
// -I needed to download the Cg framework from Nvidia ( its now bundled - so you shouldn't need to grab it )
// -libminizip was built for ppc so I just included the src in the project.
// -I was getting bad crashes from CrtPrint which was being called internally - there was a note that CrtPrint would crash if passed arguments flags %s %i etc
// so I commented out the inside of CrtPrint and it ran fine.
// -To load a file drag it and all its resources to the sidebar of your project and then drag
// those files (once in the sidebar) down to the last Copy Files build phase inside of Targets->YourAppName->Copy File
/* To do */
// -Get files loading out of the data folder - tricky because .dae files reference other files.
// -Universal libs for everything ( uggg )
// -Make awesome projects!!