[osg-users] [osgPlugins] OSG Collada Bug

2009-06-16 Thread Adam Wise
Hi, I'm importing models from openflight to collada using OSG. After install using these directions http://www.openscenegraph.org/projects/osg/wiki/Support/PlatformSpecifics/MingwColladaEclipse Everything seemed to have worked fine, until I ran the Coherency Test on one of the models exported

Re: [osg-users] [osgPlugins] OSG Collada Bug

2009-06-17 Thread Roland Smeenk
Hello Adam, a quick inspection of the model shows two problems: 1.) There are two nodes with the same name so apparently the Collada writer does not check for uniqueness of the node id. 2.) All meshes have generated two sets of texture coordinates. The first being an empty set causing all kind

Re: [osg-users] [osgPlugins] OSG Collada Bug

2009-06-24 Thread Adam Wise
Hey, I think i'm using OSG version 2.9.2. Not 100 percent sure though. http://www.openscenegraph.org/projects/ ... se/Collada Under option strings for collada, there appears to be a "GoogleMode" for the collada writer. It apparently makes objects suitable for use in Google. --