COLLADA is a text format, so you should be able to examine the file in a text editor, determine which XML tags contain the information that you believe isn't being loaded, and then look at the OSG DAE plugin source code to find out if there is some kind of bug in the code or the features are simply not supported by the current incarnation of the code. The DAE plugin is relatively simple (compared to, say, OpenFlight), so if you are new to OSG but familiar with the COLLADA format, this should be easy code to examine and walk through in a debugger. -Paul
_____ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos Sanches Sent: Friday, June 06, 2008 8:12 PM To: [email protected] Subject: [osg-users] collada fetures in osg Hello guys ! This is my first post and I m Brazilian then execuse me any errors in my english. I want to know what are the features that can I load with a collada file ? I generated some collada files with FXComposer 2 and RenderMonkey in windows but when I load these files with osgviewer on Linux only apear the mesh object without the effects :( I thought that the effects would be loaded to. Thank you!
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

