Re: [osg-users] how to suspend rendering context thread

2009-11-26 Thread Jakob Ruhe
mode in OSG to reduce the CPU usage. Search for it in this mailing list or visit the OSG blog to see what it is. Good luck! Best regards Jakob Ruhe 2009/11/25 forest fores...@163.com: hi all,    When I use osgMFCViewer, I create multiple rendering context,that's to say there are many HWND

Re: [osg-users] osgViewer crash loading textures under Windows Vista

2009-11-02 Thread Jakob Ruhe
is by starting your application from the command prompt and set the OSG_NOTIFY_LEVEL environmentvariable to DEBUG before. I hope it helps. Good luck! /Jakob Ruhe 2009/11/2 Philip Lamb p...@eden.net.nz: osgViewer (OSG v2.6, compiled under Windows XP SP3 with Visual Studio 2005 SP1) crashes while

Re: [osg-users] shp file and ive file

2009-05-08 Thread Jakob Ruhe
Hi Andrewxie! The ESRIShapeReaderWriter plugin can read ESRI shape files so if you build that plugin and the ive plugin you can convert a shape file with something like this: osg::Node* node = osgDB::readNodeFile(myshape.shp); osgDB::writerNodeFile(*node, myhsape.ive); Good luck! /Jakob Ruhe

Re: [osg-users] PagedLOD

2009-04-29 Thread Jakob Ruhe
you can add a callback (update callback or cull callback) to the node. If you need an example how this can be done please have a look at osgEarth. Good luck! /Jakob Ruhe 2009/4/28 Alan Ott a...@signal11.us: Robert and Bryan, Thanks for the info. From this, it seems like I can get a handle

Re: [osg-users] Group::getNumChildren()

2008-08-08 Thread Jakob Ruhe
of Group::getNumChildren to vector::size_type which I believe is defined as size_t and is probably a 64 bit long long integer but I am quite sure you will have many more warnings to remove if you try this. /Jakob Ruhe 2008/8/7 Andy Skinner [EMAIL PROTECTED]: This method returns an unsigned int

Re: [osg-users] Anybody got wxPack (wxWidgets) + OSG working?

2008-08-07 Thread Jakob Ruhe
I have not used wxPack but that linking error is just a warning and should not usually stop you from getting a working application. What other errors do you get? /Jakob Ruhe 2008/8/7 Kimmo Kotajärvi [EMAIL PROTECTED]: I'm trying to get OSG and wxWidgets to play nice together. I downloaded

Re: [osg-users] Qt + non-continuous draw + pagedLOD: Random loss of detail??

2008-07-31 Thread Jakob Ruhe
to do: osgDB::removeExpiredSubgraphs PagedLOD::removeExpiredChildren I hope it can help you in your case even though these are not any good permanent solutions for any lazy rendering app.. /Jakob Ruhe 2008/7/30 Glenn Waldron [EMAIL PROTECTED]: John, I have run into the same issue. PagedLOD

Re: [osg-users] Single Windowed OsgViewer on multiheaded

2008-03-28 Thread Jakob Ruhe
osgviewer --help-env gives you that the environment variable OSG_WINDOW x y width height will make osgviewer start in a window Best regards Jakob Ruhe 2008/3/28, Gordon Tomlinson [EMAIL PROTECTED]: Hi Folks Running some tests with osgviewer I noticed it always comes up full screen, any