On Mon, Jun 2, 2008 at 11:14 PM, Tueller,  Shayne R Civ USAF AFMC 519
SMXS/MXDEC <[EMAIL PROTECTED]> 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.
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to