Hi Nick, The paged database support in 2.x has been refactored so that is now sits outside of the OpenSceneGraph in an new project called VirtualPlanetBuilder:
http://virtualplanetbuilder.osgforge.org/ This a tool for generating paged databases from geospatial imagery and DEMs, within this project you'll find the osgdem application that you can run as command line tool to generate your databases. Do a search for osgdem on the openscenegraph.org wiki to get docs on how to use osgdem. I'll move this docs to the VPB website soon. The database that VPB generates don't require osgTerrain to work, rather are built from core osg library nodes, geometry and textures. The osgViewer library has inbuilt support for database paging so all you need to do is load the topmost node of paged database and it'll do the rest. osgTerrain is now focused on runtime rendering of terrain data, and is still very much in its infancy. The intention is that will be a framework for things like CLOD terrain and shader based terrain techniques. VPB may also utilise osgTerrain in future rev's of both. Robert. On 8/6/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > > I'm new to OSG and I have a bit of problem wrapping my head around how to use > osgTerrain and paged databases in general. I looked at the Quick Start Guide > and there's no info. > > Is there an OSS app I can download to learn how to use osgTerrain? > > Thanks > > - Nick - > > _______________________________________________ > 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

