Hi Window dev's,

I'm currently investigation the problem under Windows with the unix
line endings, which is a bit awkward as I only have a Linux system so
can't test it directly... So will need Windows users to test stuff out
for me.

One thing I'd like to test is whether the addition of the new
UserDataContainer causes a problem, the check for this new data
structure is only added to .osgt files that are tagged later than so
version 76.  This version is listed in the first few lines of a .osgt
file, so in the cow.osgt you'll see the so version number listed under
the #Version line:

#Ascii Scene
#Version 78
#Generator OpenSceneGraph 2.9.17

Could copy the cow.osgt to cow_76.osgt and then you ammend this files
so the top few lines read read

#Ascii Scene
#Version 76
#Generator OpenSceneGraph 2.9.17

And then attempt to run :

   osgviewer cow_76.osgt

Ohh, you'll need to make sure that the line endings don't change with
the editing.  If you have problem with this I can post you a modified
file.

Robert.
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to