Hi, I was wondering if anyone was using the OpenFlight ReaderWriter
plugin in combination with the osgDB::DatabasePager? I modified the
plugin so that it creates PagedLOD nodes for external reference records,
instead of ProxyNodes, so that I could have paging functionality in my
OpenFlight terrain. I made sure to set thread safe reference counting to
true, but I still seem to get segfaults when I fly around the terrain.
It appears to happen in the std::vector class when the OpenFlight plugin
tries to add some new object, such as a vertex, to a vector.

I'm just trying to confirm whether it could be something that I caused
or if the OpenFlight plugin doesn't work well with the database pager.
So if anyone has used openflight files with the database pager please
let me know.

Oh yea - I am using the plugin in src/osgPlugins/OpenFlight, not the one
in src/osgPlugins/flt. Out of curiosity, why is there two different
plugins for the same file type?

Thanks.

Alex
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to