Re: [osg-users] osgTerrain::TerrainTile question

2008-09-11 Thread Coco
-users@lists.openscenegraph.org From: Coco [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] Date: 09/10/2008 05:55AM Subject: Re: [osg-users] osgTerrain::TerrainTile question 2008/9/10, Robert Osfield [EMAIL PROTECTED] : Hi Nicolas, I think you have got the wrong end of the stick. I

Re: [osg-users] osgTerrain::TerrainTile question

2008-09-11 Thread Brian ...
:20 +0200 From: [EMAIL PROTECTED] To: osg-users@lists.openscenegraph.org Subject: Re: [osg-users] osgTerrain::TerrainTile question Hey Brian, I found the old post you were takling about. I copied it below. But where is the link to the code? Best regards, Nicolas Duval [osg-users] Paged

Re: [osg-users] osgTerrain::TerrainTile question

2008-09-10 Thread Robert Osfield
Hi Nicolas, osgTerrain::TerrainTile was named osgTerrain::Terrain in 2.2. osgTerrain since 2.2 was evolved to be more rounded and functional, the naming was changed to better fit what goes on in big paged database, when the Terrain is composed of a hierarchy of TerrainTile. There is now a new

Re: [osg-users] osgTerrain::TerrainTile question

2008-09-10 Thread Coco
Thank you very much for your ideas! I found out the osgDB::DatabasePager class by reading old posts and it looks to fit my problem very well. By using TerraPage I will have to pre-process my databases, whereas with the database pager I don't need to. virtual void

Re: [osg-users] osgTerrain::TerrainTile question

2008-09-10 Thread Robert Osfield
Hi Nicolas, I think you have got the wrong end of the stick. I was suggesting TerraPage as an illustration of how cultural data (3d models) can be stored in with the tiles on disk. In vis-sim industry TerraPage is well known so I used it as as a case in point to save typing lots... FYI, The

Re: [osg-users] osgTerrain::TerrainTile question

2008-09-10 Thread Coco
2008/9/10, Robert Osfield [EMAIL PROTECTED]: Hi Nicolas, I think you have got the wrong end of the stick. I was suggesting TerraPage as an illustration of how cultural data (3d models) can be stored in with the tiles on disk. In vis-sim industry TerraPage is well known so I used it as as

Re: [osg-users] osgTerrain::TerrainTile question

2008-09-10 Thread Robert Osfield
Hi Nicolas, On Wed, Sep 10, 2008 at 10:55 AM, Coco [EMAIL PROTECTED] wrote: I think there is a missunderstanding. My problem is to load a big database, not to create it. I already have my database, fragmented in FLT files like I said. So I was suggesting to use DatabasePager to load flt

Re: [osg-users] osgTerrain::TerrainTile question

2008-09-10 Thread Brian R Hill
and you should see how to do it. Brian [EMAIL PROTECTED] wrote: - To: OpenSceneGraph Users osg-users@lists.openscenegraph.org From: Coco [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] Date: 09/10/2008 05:55AM Subject: Re: [osg-users] osgTerrain::TerrainTile question 2008/9/10, Robert Osfield

Re: [osg-users] osgTerrain::TerrainTile question

2008-09-10 Thread Coco
PROTECTED] Date: 09/10/2008 05:55AM Subject: Re: [osg-users] osgTerrain::TerrainTile question 2008/9/10, Robert Osfield [EMAIL PROTECTED] : Hi Nicolas, I think you have got the wrong end of the stick. I was suggesting TerraPage as an illustration of how cultural data (3d models) can

Re: [osg-users] osgTerrain::TerrainTile question

2008-09-09 Thread Joseanibal Colon Ramos
Are you perhaps referring to paged LevelOfDetail (LOD) terrain? OSG database pager automatically processes these types of paged LOD terrains, and loads higher resolution tiles as you zoom in (or the opposite: lower reslution when zooming out). request your application to load your master.ive file