[osg-users] osgDEM usage...
Robert Osfield
robert.osfield at gmail.com
Tue Jun 3 00:45:25 PDT 2008
On Mon, Jun 2, 2008 at 11:14 PM, Tueller, Shayne R Civ USAF AFMC 519
SMXS/MXDEC <Shayne.Tueller at hill.af.mil> wrote:
> Robert (or anyone else),
>
> Can you enlighten me on the --TERRAIN, --LOD, and --PagedLOD options in
> osgdem?
>
> What are the benefits or drawbacks for using these? Which is the best
> combination to use for performance, quality, etc.?
--terrain tells the build to use osgTerain::TerrainTile for terrain
rather than using osg::Geometry. Have a search through the last few
months archives on this topic, I've written plenty.
--LOD vs --PagedLOD, weill this is just whether it builds a single
database containing osg::LOD, or a paged database of many separate
tiles using osg::PagedLOD. Just use the default which is --PagedLOD
as this is really what VPB is about, the --LOD is really just there
for testing purposes.
Robert.
More information about the osg-users
mailing list