To load data through the GDAL plugin, simply append a .gdal file extension to the file name (even though on disk it does not have the .gdal extension)
I use this method to load ESRI GRID ASCII format height fields into our application, then using this data to generate a TerrainTile for an osg::Terrain. Christian 2016-07-09 17:57 GMT+02:00 Chris Hanson <[email protected]>: > You could use VPB, or you could try osgEarth. osgEarth is also based on > GDAL for data loading, and should be able to support basically any format > GDAL supports properly. > > On Sat, Jul 9, 2016 at 2:21 AM, jamie robertson < > [email protected]> wrote: > >> Hi, >> >> I think you can use Virtual Planet Builder to generate a paged quad tree >> terrain database from your data. It uses GDAL to read grid data, which I >> believe supports at least one of the surfer grid formats. >> >> Cheers, >> >> Jamie >> >> ------------------ >> Read this topic online here: >> http://forum.openscenegraph.org/viewtopic.php?p=68073#68073 >> >> >> >> >> >> _______________________________________________ >> osg-users mailing list >> [email protected] >> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org >> > > > > -- > Chris 'Xenon' Hanson, omo sanza lettere. [email protected] > http://www.alphapixel.com/ > Training • Consulting • Contracting > 3D • Scene Graphs (Open Scene Graph/OSG) • OpenGL 2 • OpenGL 3 • OpenGL 4 > • GLSL • OpenGL ES 1 • OpenGL ES 2 • OpenCL > Legal/IP • Code Forensics • Digital Imaging • GIS • GPS • > osgEarth • Terrain • Telemetry • Cryptography • LIDAR • Embedded • Mobile • > iPhone/iPad/iOS • Android > @alphapixel <https://twitter.com/alphapixel> facebook.com/alphapixel (775) > 623-PIXL [7495] > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > >
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

