[osg-users] [vpb] Creating .osga File

2010-05-27 Thread Kevin Tacke
We have an existing terrain database consisting of 1x1 degree square .osga files. The database was created when osgdem still supported the -a option to compile everything into an archive file. We are upgrading our application to run on OSG 2.8.2 and I would like to rebuild the terrain

[osg-users] OSG Viewer and JOGL

2010-01-06 Thread Kevin Tacke
We currently have an application that is built around the OSG Viewer using a glut window. We are interesting in adding a considerable GUI interface to the application and we would prefer to use JAVA to implement the GUI. So basically I am trying to find a way, probably using JOGL, to create

Re: [osg-users] Overlaying Shapefiles onto Terrain

2009-10-22 Thread Kevin Tacke
I played around with the osgsimulation example, and I think I may have misunderstood exactly what function the OverlayNode class performs. Using my shapefiles and one of our existing terrain files (build with VPB) I could never get the shapefile overlayed onto the terrain. If the shapefile

[osg-users] Overlaying Shapefiles onto Terrain

2009-10-19 Thread Kevin Tacke
I am trying to find a way to overlay some boundary lines defined in a shapefile across an existing terrain. I would like to support the ability to load shapefiles at runtime instead of generating a terrain file with the boundary lines with something like osgGIS. I have looked at the