Paul Martz wrote:
Hi Robert and all --

This command works fine:
  osgviewer cow.osg dumptruck.osg

But if I run this command:
  osgviewer cow.osg dumptruck.osg.(-5,-5,-5).trans
I get only the cow.

Additional info:

Swapping the order works fine:
  osgviewer dumptruck.osg.(-5,-5,-5).trans cow.osg

And using something other than a .osg file as the first file also works fine:
  osgviewer foo.flt dumptruck.osg.(-5,-5,-5).trans

Finally, there are no issues on 2.8.2, so this is new.

I also couldn't resist taking a look at readNodeFiles, but I didn't see anything obvious there, so this appears to be some kind of side effect, possibly related to the new native file support.
   -Paul
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to