Re: [osg-users] [osgPlugins] qt viewer bug

2013-04-07 Thread Robert Osfield
Hi Dimitry, I haven't tried mixing Qt and static build of the OSG so can't provide specific advice. Does osgstaticviewer work fine? Without a stack trace there isn't much others will be able to advice on what might be amiss. Robert. On 7 Apr 2013 07:13, "Dmitry K." wrote: > > Hi, > > In a hop

Re: [osg-users] [osgPlugins] qt viewer bug

2013-04-07 Thread Dmitry K.
Hi, Thanks for your patience. I use the following code to initialize static OSG modules in the Qt Widget's source file: Code: USE_OSGPLUGIN(osg) USE_OSGPLUGIN(osg2) USE_OSGPLUGIN(osgViewer) USE_OSGPLUGIN(osgQt) USE_DOTOSGWRAPPER_LIBRARY(osg) USE_DOTOSGWRAPPER_LIBRARY(osg2) USE_DOTOSGWRAPPER_LIBR

[osg-users] VPB calculating sub-tile lat/lon

2013-04-07 Thread Paul Pocock
Hi all, I was wondering what would be the best way to get the lat/lon extents of subtiles in Virtualplanetbuilder? I have a geocentric database and want to read the upper left and lower right lat/lon of the highest LOD tiles in the quadtree. Would I need to use the CoordinateSystemNode in some