osgEarth is a geospatial SDK and terrain engine for OpenSceneGraph applications
Questions tagged [osgearth]
28 questions
0
votes
1 answer
osgearth show some info “ObjectWrapperManager::addWrapper()”
Ubuntu run osgearth
ObjectWrapperManager::addWrapper(): 'osg::DummyObject' already exists.
ObjectWrapperManager::addWrapper(): 'osgEarth::ClampableNode' already exists.
ObjectWrapperManager::addWrapper(): 'osgEarth::InstallCameraUniform' already…

peanutpig
- 1
- 2
0
votes
1 answer
osgearth ThreeDTiles model data is very big
osgearth ThreeDTiles model data is very big,Can I use LOD technology, or it uses LOD technology itself?
there is my earth file.
Model size has 3G or 4G.
0
votes
1 answer
Calculate model BoundingBox in osgEarth
I want draw a model BoundingBox in osgEarth, but position is not suitable.
osg::ComputeBoundsVisitor boundVisitor;
node->accept(boundVisitor);
osg::BoundingBox boundingBox = boundVisitor.getBoundingBox();
osg::Matrixd localToWorld =…

peanutpig
- 1
- 2
0
votes
1 answer
How to make osgEarth automatically manage HGT elevation tiles?
I'm trying to add an elevation layer to my program that's based on osgEarth. I've seen an example, osgearth_city, available in osgEarth source tree, which loads a TMSElevationLayer like this:
TMSElevationLayer* layer = new…

Ruslan
- 18,162
- 8
- 67
- 136
0
votes
1 answer
can't find osgearth cache utility
I want to revive one of my old projects. The old environment was VS2010 and I want to upgrade it to VS2015. In VS2010 I used to cache image and elevation data with osgearth_cache.exe (I don't remember where it's came from). It was very useful tool…

user9908830
- 91
- 8
0
votes
0 answers
Undefined symbols for architecture arm64. While using static library
I'm building a demo project which uses a 3d engine names "OpenSceneGraph" writing in C++, this engine provides tens of .a static library files after building. while I use those .a files in my xcode project, errors appeared
Undefined symbols for…

Charles Yao
- 63
- 6
0
votes
1 answer
gluPartialDisk in osg/osgEarth
I've been trying to create an openGL gluDisk like object in osgEarth. So far I've attempted to do the following (Edited, this is the correct answer):
void ViewDriver::drawCircZone(double lat, double lon, double innerRadius, double outerRadius,…

Blanky
- 63
- 9
0
votes
1 answer
[osgEarth]* [Horizon] No horizon info installed in callback
I've recently updated to OMNeT++ 5.4 from 5.1.1.
Since the switch, our project (which was originally based on the osg-earth example) is accompanied by the following error:
[osgEarth]* [Horizon] No horizon info installed in callback
[osgEarth]*…

ThomDietrich
- 79
- 1
- 7
0
votes
1 answer
How to make osgEarth::ModelLayer's model hide if distance exceeds some value?
I'm trying to display labels from a model file, and the osgearth_features demo shows how to do this. It works fine for me, but I need the labels to disappear once the distance to the Earth exceeds some value. (I'm using version 25ce0e1 of…

Ruslan
- 18,162
- 8
- 67
- 136
0
votes
1 answer
memory leak in osgearth
My goal is using library OSGEarth to make a MFC project that can display the model "openstreetmap.earth". I finished this and can see the the earth.But every time when i close the project, the output window in vs2015 say there are memory leaks in…

zalisc
- 1
- 1
0
votes
1 answer
install and run osgEarth on linux
I'm trying to compile osgearth library with Qt on Fedora. I install osgEarth by this command:
dnf install osgearth-devel
By typing osgearth in terminal, a black screen with a circle in the middle is displayed. I think that osgEarth is installed and…

Ahmad Sarabian
- 144
- 3
- 13
-1
votes
1 answer
Using osg and osgearth for omnet++ ubuntu 20.04
I am trying to use OpenSceneGraph and OSGEarth modules for omnet++.
However, when I installed this packages as told in Installation guide of omnet++ using the commands
sudo apt-get install openscenegraph-plugin-osgearth libosgearth-dev
sudo…

ratatosk
- 1
- 4
-2
votes
1 answer
How to build OsgEarthQt with OsgEarth2.10?
OSG3.4.1 OSGEarth2.10 win7 vs2015 x64
How to build OSGEarthQT?
I use the source code osgEarthQt,but there is no install project after construction,Lib file not found

Jin Chen
- 1