-
osgEarth Version: from today
```
osgEarthd.dll!osgEarth::Profile::getSRS() Line 401 C++
> osgEarthFeaturesd.dll!osgEarth::Features::FeatureModelGraph::getBoundInWorldCoords(const osgEarth::GeoE…
remoe updated
7 years ago
-
Hi
How to Load '.earth' and '.kml' In osgjs?
In c++
int main(int argc, char **argv)
{
osg::ref_ptr root = new osg::Group();
osg::ref_ptr node = osgDB::readNodeFile("mymap.earth");
//ad…
-
Reported log:
```
[INFO] DBObjectManagerLoadWidget: loadButtonSlot
[INFO] DBObjectManager: loadSlot: loading object MLAT
[INFO] DBObjectManager: loadSlot: loading object Radar
[INFO] DBObjectMa…
hpuhr updated
6 years ago
-
The information below was captured from old wiki. Proposal is to add relevant informaiton under /Releases section and link to github contribution section.
----
====== Credits / Contact ======
…
-
After upgrading from Geos 3.5.0 to Geos 3.6.2, osgearth fails to build with the following errors:
> osgearth/src/osgEarthSymbology/GEOS.cpp: In constructor 'osgEarth::Symbology::GEOSContext::GEOSCo…
-
Use this sample earth file to show this issue:
run with `osgearth_viewer --logdepth`
``` xml
false
false
5
../data/world.tif
…
remoe updated
7 years ago
-
Sorry for asking newbie questions here, but I hope the answer will not take a long time.
I am working on a QT application that uses osgEarth::QtGui::ViewerWidget in its main window with the map nod…
-
I've tested with osgEarth (https://github.com/gwaldron/osgearth/commit/8c792176c9e68a1ece222ec75686695750c4e3bb), OSG 3.5.6, readymap.earth and adding:
`viewer.setRunFrameScheme(osgViewer::ViewerBa…
remoe updated
7 years ago
-
I was tasked with writing a visualizer for large 3D areas, the kind of areas that do not fit into RAM. This requires constant loading and unloading of resources, depending on where the camera is looki…
-
https://github.com/gwaldron/osgearth/blob/6330374fecc78d54222f8abb4397413f3ae95d65/src/osgEarthUtil/Shadowing.frag.glsl#L64
It seems the fragment shader for shadows needs some refactoring to use th…