Hi Robert, Did you ever get this running? It would be nice to get it into the next OSG release if possible.
Thanks, Max Bandazian On Tue, Sep 2, 2008 at 11:26 AM, Max Bandazian <[EMAIL PROTECTED]> wrote: > Hi Robert, > > I'm not set up to test it out on Linux, but I can think of two possible > causes. > > First, I found with VC7 that programs using osgWidget and just linking in > osgWidget.lib can compile but quickly crash, and linking in all of the libs > from one of the osgWidget examples fixed the problem. > > Second, and I think much more likely, it could just be a path problem. > There are several icon images and the .flt file included, and any one of > them failing to load would cause a crash. I added some checking for this and > the updated code is attached; if that's what's going wrong, you should get > some warning messages and no crashes now. > > Thanks, > Max > > > On Mon, Sep 1, 2008 at 9:02 AM, Robert Osfield <[EMAIL PROTECTED]>wrote: > >> HI Max, >> >> Thanks for putting the example together. I've created a CMakeList.txt >> file for it and built the example under linux, and tried running the >> app but get a crash, running in gdb I don't get a stack trace >> unfortunately. >> >> Is there a specific way you need to run it? >> >> Robert. >> >> On Fri, Aug 29, 2008 at 8:12 PM, Max Bandazian <[EMAIL PROTECTED]> >> wrote: >> > Hi, >> > >> > R.E. the osg::Sequence synching issues I had mentioned on osg-users, >> > attached are my updated sequence.cpp file and a sample program with >> > OpenFlight file. >> > >> > My (tiny) fix deals with the case where a sequence is loaded and added >> to >> > the scene when the frametime is not zero; the >> one-animation-frame-per-frame >> > problem will still happen if for some reason a sequence already in the >> scene >> > doesn't get updated very often (e.g. if several large models are loaded) >> or >> > if the animation is paused and resumed. You can easily demonstrate this >> > using the attached program. >> > >> > - Max Bandazian >> > >> > _______________________________________________ >> > osg-submissions mailing list >> > [email protected] >> > >> http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org >> > >> > >> _______________________________________________ >> osg-submissions mailing list >> [email protected] >> >> http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org >> > >
_______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
