HI Gustav, You'll need to have a look at what it causing the out of memory issue - for instance run your app in a debug and when the memory starts growing break the app and have a look at the stack trace, this might indicate where the problem might stem from.
Robert. On Tue, Jun 2, 2009 at 11:48 AM, Gustav Haapalahti <[email protected]> wrote: > Hi, > > I have a problem with a terrain model that is originally in the OpenFlight > format. I do not have any problem when loading the OpenFlight file directly, > but I get a problem after converting the file to the .osg format with > osgconv. When I load the .osg file with osgviewer the memory consumption > increases more and more until 2GB is used and the program crashes. When I > load the original OpenFlight file, the osgviewer only uses about 30MB of > memory. > > I believe that the problem has something to do with external file references > that are inside ProxyNode:s in the converted .osg file. I have a tree model > that is placed at lots of positions. > > Thank you! > > Cheers, > Gustav > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=13341#13341 > > > > > > _______________________________________________ > 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

