Hi Shayne, On 14 June 2013 18:35, Tueller, Shayne R Civ USAF AFMC 519 SMXS/MXDEC <[email protected]> wrote: > This question may have already been asked, but has anyone successfully > converted/exported a VPB terrain (*.ive file) to an OpenFlight (*.flt) > file? Is this possible to do? > > If so, is it better to use osgconv or to do it programmatically?
Features like PagedLOD don't map to OpenFlight and an integral part of VPB generated databases so you won't be able to simply convert to OpenFlight. You could export the geometry and perhaps convert PagedLOD to LOD's, but this will require a custom visitor to do the job and the bits you end up with won't be particularly useful. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

