Re: [osg-users] Terrain Center and Size/Extent (TXP, LoD)

2016-07-08 Thread John Farrier
Hi, Changing the cull settings worked well. Going forward, what is the preferred way (format) to get large terrain data into OSG? Thank you! Cheers, John -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=68068#68068

Re: [osg-users] Terrain Center and Size/Extent (TXP, LoD)

2016-07-01 Thread Robert Osfield
Hi John, The txp database itself will determine the default distances at with the LOD's will transistion, this including the furthest distance objects can be seen. You can bias the distances that LOD transition by using the Camera::setLODScale(scale) method. In general txp databases are built

Re: [osg-users] Terrain Center and Size/Extent (TXP, LoD)

2016-07-01 Thread Trajce Nikolov NICK
Hi John, 1). TerraPage (and TerraVista) uses this SmartMesh for LOD management, and these are obviouslly set by TerraVista. So this is one way of controling it. The other way is to set the LOD scale for your camera (if you are using osgviewer press 'h' onscreen help with some key bindings will

[osg-users] Terrain Center and Size/Extent (TXP, LoD)

2016-07-01 Thread John Farrier
Hi, I am using the terrapage (TXP) plugin to render large terrain. I want to push the terrain out to the horizon more, but it seems to page out a bit early (at distance). Is there a way to 1.) Control the amount (extent) of terrain that is paged in or the distance at which it pages out