Re: [osg-users] [vpb] Build globe around one hires region

2011-07-06 Thread Torben Dannhauer
Hi,

I asume you built 2 different databases and tried to display both of them.

You have to build all your data in single database and only load that database.

Search also in the mailing list for optional layer to learn more about 
advanced database setup.


Cheers,
Torben

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=41183#41183





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [vpb] Build globe around one hires region

2011-07-06 Thread Roman Grigoriev
Hi,

I know that I have to load one database but I think that I have to build at 
first lowres globe and after that I have to patch this database with hires 
data. 
But I've already had hires chunks and want simply insert into globe.
Is it possible to patch one .osgb with another .osgb in vpb?

Thank you!

Cheers,
Roman

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=41188#41188





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [vpb] Build globe around one hires region

2011-07-06 Thread Torben Dannhauer
Hi Adun,

no, you can only patch with source imagery, not with a VPB database as far as I 
know.

Your suggested approach seems to be:
1. Build globe from sources
2. build hi-res insets from sources
3. Patch globe with results from 2.

My recommendation is:
1. Build globe from source
2. Patch resulting DB with hi-res sources.

If you want to integrate hi-res patches dynamically at runtime learn how to 
use optional layers. Here I can't help you, I still try to learn it myself.


Cheers,
Torben

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=41190#41190





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org