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.

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=14456#14456





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


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 kinds of problems.

I guess the original OpenFlight model only had a single set of texture 
coordinates per model part.

What version of OSG are you using?

regards,

Roland Smeenk

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=14058#14058





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org