HI Andreas,

To see if I could reproduce the problem,with svn/trunk of OpenSceneGraph
and OpenSceneGraph-Data I did the following:

osgconv cow.osg cow.osgx
osgconv cow.osgx cow2.osg

osgviewer cow.osgx
osgviewer cow2.osg

I didn't come across any errors output to the console, or any problems with
the visuals when running osgviewer. Everything looks correct.  I'm
compiling svn/trunk with Kubunut 14.04.

The only thing I can think of might be localization issue with parsing.
How have you set you system up?  Does it assume commas are decimal places
or does it assume full stops are decimal places?  Have a look at the
numbers .osgx and .osg to check they are all consistent using full stops as
decimal places as it should.

Robert.


On 9 September 2014 14:08, Andreas Roth <[email protected]> wrote:

> Hi,
>
> I've upgrade to the latest OSG version (trunk from 9. Sept) and build it
> under Linux/Ubuntu 14.04 64-bit, but ran into some trouble when
> saving/loading nodes to osgt/osgx/osgb.
>
> I'm running
>
> Code:
> osgconv cow.osg cow.osgx
>
>
> without and warnings.
> Afterwards when i run
>
> Code:
> osgconv cow.osgx cow_conv.osg
>
>
> i get the following output:
>
> Code:
> XmlInputIterator::readProperty(): Unmatched property DataVariance,
> expecting Value
> XmlInputIterator::readProperty(): Unmatched property OFF, expecting
> UniqueID
> InputStream::readObject(): Unsupported wrapper class Value
> XmlInputIterator::readProperty(): Unmatched property UniqueID, expecting
> Value
> Data written to 'cow_conv.osg'.
>
>
>
> I checked in the cow.osgx file and found the it seems that the error is
> triggered by TextureAttributeList.
>
> Can anyone confirm this issue? Or even better know how to fix it?
>
> Cheers,
> Andreas
>
> ------------------
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=60988#60988
>
>
>
>
>
> _______________________________________________
> osg-users mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to